Memory Management Improved
[pierogi] / keysets / westinghouse.h
index 8504a27..7e1b699 100644 (file)
@@ -3,22 +3,26 @@
 
 #include "pirkeysetmetadata.h"
 
-#include <QObject>
+class QObject;
 
 class WestinghouseTV1: public PIRKeysetMetaData
 {
 public:
   WestinghouseTV1(
-    QObject *guiObject,
     unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
 };
 
 class WestinghouseTV2: public PIRKeysetMetaData
 {
 public:
   WestinghouseTV2(
-    QObject *guiObject,
     unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
 };
 
 #endif // WESTINGHOUSE_H