c2905f8e9b7140a158b37886e9750bba0127fc30
[pierogi] / keysets / konka.h
1 #ifndef KONKA_H
2 #define KONKA_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class KonkaTV1: public PIRKeysetMetaData
9 {
10 public:
11   KonkaTV1(
12     unsigned int index);
13
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
17
18 class KonkaTV2: public PIRKeysetMetaData
19 {
20 public:
21   KonkaTV2(
22     unsigned int index);
23
24   virtual void populateProtocol(
25     QObject *guiObject);
26 };
27
28 #endif // KONKA_H