X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=keysets%2Fanitech.h;fp=keysets%2Fanitech.h;h=2e82def35e85e90e292c5118b505522690b792fb;hb=d359576506dc27d7352e1feaa8c38412818db99c;hp=0000000000000000000000000000000000000000;hpb=4a08d7494fbeaf202ea8eeaa641fd3ea808f9160;p=pierogi diff --git a/keysets/anitech.h b/keysets/anitech.h new file mode 100644 index 0000000..2e82def --- /dev/null +++ b/keysets/anitech.h @@ -0,0 +1,28 @@ +#ifndef ANITECH_H +#define ANITECH_H + +#include "pirkeysetmetadata.h" + +class QObject; + +class AnitechTV1: public PIRKeysetMetaData +{ +public: + AnitechTV1( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +class AnitechVCR1: public PIRKeysetMetaData +{ +public: + AnitechVCR1( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +#endif // ANITECH_H