X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=keysets%2Fkonka.h;fp=keysets%2Fkonka.h;h=c2905f8e9b7140a158b37886e9750bba0127fc30;hb=ca07675aa383be558295fc82411c677bae207257;hp=0000000000000000000000000000000000000000;hpb=afbbd0cd07a3f63c95969633bae56fcdd58c71b8;p=pierogi diff --git a/keysets/konka.h b/keysets/konka.h new file mode 100644 index 0000000..c2905f8 --- /dev/null +++ b/keysets/konka.h @@ -0,0 +1,28 @@ +#ifndef KONKA_H +#define KONKA_H + +#include "pirkeysetmetadata.h" + +class QObject; + +class KonkaTV1: public PIRKeysetMetaData +{ +public: + KonkaTV1( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +class KonkaTV2: public PIRKeysetMetaData +{ +public: + KonkaTV2( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +#endif // KONKA_H