Fixed installation and nasty exit bug
[pierogi] / keysets / sagem.h
1 #ifndef SAGEM_H
2 #define SAGEM_H
3
4 #include "pirkeysetmetadata.h"
5 #include <QObject>
6
7 class SagemTVBox1: public PIRKeysetMetaData
8 {
9 public:
10   SagemTVBox1(
11     QObject *guiObject,
12     unsigned int index);
13 };
14
15 class SagemTVBox1a: public SagemTVBox1
16 {
17 public:
18   SagemTVBox1a(
19     QObject *guiObject,
20     unsigned int index);
21 };
22
23 #endif // SAGEM_H