X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=keysets%2Fwiwa.h;fp=keysets%2Fwiwa.h;h=82da5800bfedf4357b25deeccfa06efcdb63e393;hb=ca07675aa383be558295fc82411c677bae207257;hp=0000000000000000000000000000000000000000;hpb=afbbd0cd07a3f63c95969633bae56fcdd58c71b8;p=pierogi diff --git a/keysets/wiwa.h b/keysets/wiwa.h new file mode 100644 index 0000000..82da580 --- /dev/null +++ b/keysets/wiwa.h @@ -0,0 +1,18 @@ +#ifndef WIWA_H +#define WIWA_H + +#include "pirkeysetmetadata.h" + +class QObject; + +class WiwaSTB1: public PIRKeysetMetaData +{ +public: + WiwaSTB1( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +#endif // WIWA_H