New Keysets
[pierogi] / keysets / konka.h
diff --git a/keysets/konka.h b/keysets/konka.h
new file mode 100644 (file)
index 0000000..c2905f8
--- /dev/null
@@ -0,0 +1,28 @@
+#ifndef KONKA_H
+#define KONKA_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class KonkaTV1: public PIRKeysetMetaData
+{
+public:
+  KonkaTV1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class KonkaTV2: public PIRKeysetMetaData
+{
+public:
+  KonkaTV2(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // KONKA_H