X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=keysets%2Fdaewoo.h;h=009af6ab6451532b959af0040906c06e896e112a;hb=04d45dab5c6b32e9214fa21b7ade432da95c8a98;hp=a13adb135bf7b827bb0c7f4281e25e16b591eb43;hpb=70329e82b62a9dad11b3085da48a6983e279a953;p=pierogi diff --git a/keysets/daewoo.h b/keysets/daewoo.h index a13adb1..009af6a 100644 --- a/keysets/daewoo.h +++ b/keysets/daewoo.h @@ -9,56 +9,80 @@ class DaewooTV1: public PIRKeysetMetaData { public: DaewooTV1( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; class DaewooTV2: public PIRKeysetMetaData { public: DaewooTV2( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; class DaewooTV3: public PIRKeysetMetaData { public: DaewooTV3( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; class DaewooTV4: public PIRKeysetMetaData { public: DaewooTV4( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +class DaewooTV5: public PIRKeysetMetaData +{ +public: + DaewooTV5( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; class DaewooDVD1: public PIRKeysetMetaData { public: DaewooDVD1( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; class DaewooVCR1: public PIRKeysetMetaData { public: DaewooVCR1( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; class DaewooVCR2: public PIRKeysetMetaData { public: DaewooVCR2( - QObject *guiObject, unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); }; #endif // DAEWOO_H