X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=keysets%2Fdse.h;fp=keysets%2Fdse.h;h=3fbf4e6c91ee62022fd2028f9a5dccf281801b62;hb=d724312c55dabe2c72175e88abf694880312fac4;hp=0000000000000000000000000000000000000000;hpb=fb8932101ae4f67f18ffa31073d51823cc872ac8;p=pierogi diff --git a/keysets/dse.h b/keysets/dse.h new file mode 100644 index 0000000..3fbf4e6 --- /dev/null +++ b/keysets/dse.h @@ -0,0 +1,28 @@ +#ifndef DSE_H +#define DSE_H + +#include "pirkeysetmetadata.h" + +class QObject; + +class DSEDVD1: public PIRKeysetMetaData +{ +public: + DSEDVD1( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +class DSESat1: public PIRKeysetMetaData +{ +public: + DSESat1( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +#endif // DSE_H