X-Git-Url: http://git.maemo.org/git/?p=pierogi;a=blobdiff_plain;f=keysets%2Fgoldstar.h;h=680972436cef0ec5b8e8128fc07278e4a89550bd;hp=e694f2868d0c420e94e1099e5bb9af4faef740b9;hb=d4996260671e35f52fddccd2c11ad55d3c6a2995;hpb=55fb2c0d86df9d93320a7eb7c25000a040767eb1 diff --git a/keysets/goldstar.h b/keysets/goldstar.h index e694f28..6809724 100644 --- a/keysets/goldstar.h +++ b/keysets/goldstar.h @@ -9,8 +9,10 @@ class GoldStarTV1: public PIRKeysetMetaData { public: GoldStarTV1( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; @@ -18,8 +20,10 @@ class GoldStarTV2: public PIRKeysetMetaData { public: GoldStarTV2( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; @@ -27,8 +31,10 @@ class GoldStarVCR1: public PIRKeysetMetaData { public: GoldStarVCR1( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; @@ -36,8 +42,10 @@ class GoldStarVCR1a: public GoldStarVCR1 { public: GoldStarVCR1a( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; @@ -45,8 +53,10 @@ class GoldStarVCR1b: public GoldStarVCR1 { public: GoldStarVCR1b( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; @@ -54,8 +64,10 @@ class GoldStarVCR1c: public GoldStarVCR1 { public: GoldStarVCR1c( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; @@ -63,8 +75,10 @@ class GoldStarCD1: public PIRKeysetMetaData { public: GoldStarCD1( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; #endif // GOLDSTAR_H