Missed a few files
authorJohn Pietrzak <john@pietrzak.org>
Fri, 10 Feb 2012 16:32:26 +0000 (11:32 -0500)
committerJohn Pietrzak <john@pietrzak.org>
Fri, 10 Feb 2012 16:32:26 +0000 (11:32 -0500)
Whoops, missed a few files that needed updating on the last commit.

keysets/toshiba.h
pirkeysetmanager.cpp

index 04ab209..d749f98 100644 (file)
@@ -29,7 +29,15 @@ public:
     unsigned int index);
 };
 
-class ToshibaTV1c: public ToshibaTV1
+class ToshibaTV1f: public ToshibaTV1
+{
+public:
+  ToshibaTV1f(
+    QObject *guiObject,
+    unsigned int index);
+};
+
+class ToshibaTV1c: public ToshibaTV1f
 {
 public:
   ToshibaTV1c(
@@ -37,7 +45,7 @@ public:
     unsigned int index);
 };
 
-class ToshibaTV1d: public ToshibaTV1
+class ToshibaTV1d: public ToshibaTV1f
 {
 public:
   ToshibaTV1d(
@@ -53,18 +61,18 @@ public:
     unsigned int index);
 };
 
-class ToshibaTV1f: public ToshibaTV1
+class ToshibaTV1g: public ToshibaTV1
 {
 public:
-  ToshibaTV1f(
+  ToshibaTV1g(
     QObject *guiObject,
     unsigned int index);
 };
 
-class ToshibaTV1g: public ToshibaTV1
+class ToshibaTV1h: public ToshibaTV1b
 {
 public:
-  ToshibaTV1g(
+  ToshibaTV1h(
     QObject *guiObject,
     unsigned int index);
 };
index c2bce33..f9732f2 100644 (file)
@@ -343,6 +343,7 @@ PIRKeysetManager::PIRKeysetManager(
   populateKeyset(new ToshibaTV1e(guiObject, counter++));
   populateKeyset(new ToshibaTV1f(guiObject, counter++));
   populateKeyset(new ToshibaTV1g(guiObject, counter++));
+  populateKeyset(new ToshibaTV1h(guiObject, counter++));
   populateKeyset(new ToshibaVCR1(guiObject, counter++));
   populateKeyset(new ToshibaVCR1a(guiObject, counter++));
   populateKeyset(new ToshibaDisc1(guiObject, counter++));