First attempt to implement RC6 Protocol
[pierogi] / keysets / toshiba.h
index 30dc517..a33a775 100644 (file)
@@ -52,6 +52,14 @@ public:
     unsigned int index);
 };
 
+class ToshibaTV1f: public ToshibaTV1
+{
+public:
+  ToshibaTV1f(
+    QObject *guiObject,
+    unsigned int index);
+};
+
 class ToshibaVCR1: public PIRKeysetMetaData
 {
 public: