Change back to real tabbed window, updates keysets
[pierogi] / keysets / loewe.h
diff --git a/keysets/loewe.h b/keysets/loewe.h
new file mode 100644 (file)
index 0000000..0a7d688
--- /dev/null
@@ -0,0 +1,38 @@
+#ifndef LOEWE_H
+#define LOEWE_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class LoeweTV1: public PIRKeysetMetaData
+{
+public:
+  LoeweTV1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class LoeweVCR1: public PIRKeysetMetaData
+{
+public:
+  LoeweVCR1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class LoeweDVD1: public PIRKeysetMetaData
+{
+public:
+  LoeweDVD1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // LOEWE_H