Another "final" fix to the installer
[pierogi] / keysets / bose.h
1 #ifndef BOSE_H
2 #define BOSE_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class BoseRadio1: public PIRKeysetMetaData
9 {
10 public:
11   BoseRadio1(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 class BoseRadio2: public PIRKeysetMetaData
17 {
18 public:
19   BoseRadio2(
20     QObject *guiObject,
21     unsigned int index);
22 };
23
24 class BoseRadio3: public PIRKeysetMetaData
25 {
26 public:
27   BoseRadio3(
28     QObject *guiObject,
29     unsigned int index);
30 };
31
32 #endif // BOSE_H