25c8e1e4ea36fdf3edb292e2b0fcca6fe4a89f29
[pierogi] / keysets / beko.h
1 #ifndef BEKO_H
2 #define BEKO_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class BekoTV1: public PIRKeysetMetaData
9 {
10 public:
11   BekoTV1(
12     unsigned int index);
13
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
17
18 #endif // BEKO_H