X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=keysets%2Fepson.h;fp=keysets%2Fepson.h;h=7bd2ec4ee1b6d29574f0f482e50955ebf774f8a3;hb=046c6572d6b0d6facf3df72ed31f195328347cb7;hp=0000000000000000000000000000000000000000;hpb=c8969a3c4c211d088bbc098887d2c45499da2e1d;p=pierogi diff --git a/keysets/epson.h b/keysets/epson.h new file mode 100644 index 0000000..7bd2ec4 --- /dev/null +++ b/keysets/epson.h @@ -0,0 +1,28 @@ +#ifndef EPSON_H +#define EPSON_H + +#include "pirkeysetmetadata.h" + +class QObject; + +class EpsonProjector1: public PIRKeysetMetaData +{ +public: + EpsonProjector1( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +class EpsonProjector2: public PIRKeysetMetaData +{ +public: + EpsonProjector2( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +#endif // EPSON_H