X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=keysets%2Fdynex.h;fp=keysets%2Fdynex.h;h=bb79760e26f5ff6b7c68c62653b3e4beaf752d0c;hb=d724312c55dabe2c72175e88abf694880312fac4;hp=0000000000000000000000000000000000000000;hpb=fb8932101ae4f67f18ffa31073d51823cc872ac8;p=pierogi diff --git a/keysets/dynex.h b/keysets/dynex.h new file mode 100644 index 0000000..bb79760 --- /dev/null +++ b/keysets/dynex.h @@ -0,0 +1,18 @@ +#ifndef DYNEX_H +#define DYNEX_H + +#include "pirkeysetmetadata.h" + +class QObject; + +class DynexTV1: public PIRKeysetMetaData +{ +public: + DynexTV1( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +#endif // DYNEX_H