Fixed installation and nasty exit bug
[pierogi] / keysets / sagem.h
diff --git a/keysets/sagem.h b/keysets/sagem.h
new file mode 100644 (file)
index 0000000..a7d3af0
--- /dev/null
@@ -0,0 +1,23 @@
+#ifndef SAGEM_H
+#define SAGEM_H
+
+#include "pirkeysetmetadata.h"
+#include <QObject>
+
+class SagemTVBox1: public PIRKeysetMetaData
+{
+public:
+  SagemTVBox1(
+    QObject *guiObject,
+    unsigned int index);
+};
+
+class SagemTVBox1a: public SagemTVBox1
+{
+public:
+  SagemTVBox1a(
+    QObject *guiObject,
+    unsigned int index);
+};
+
+#endif // SAGEM_H