X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=keysets%2Femtec.h;fp=keysets%2Femtec.h;h=227d0dfb6b3e75d5c52b8d15f0dbfe478c43006b;hb=a755f0efc0ba10848d26e1aed7f9933ccdcbb59e;hp=0000000000000000000000000000000000000000;hpb=c368b9d2216660ed7541cad6919338a3538a644b;p=pierogi diff --git a/keysets/emtec.h b/keysets/emtec.h new file mode 100644 index 0000000..227d0df --- /dev/null +++ b/keysets/emtec.h @@ -0,0 +1,28 @@ +#ifndef EMTEC_H +#define EMTEC_H + +#include "pirkeysetmetadata.h" + +class QObject; + +class EmtecSTB1: public PIRKeysetMetaData +{ +public: + EmtecSTB1( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +class EmtecSTB2: public PIRKeysetMetaData +{ +public: + EmtecSTB2( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +#endif // EMTEC_H