f316922e4d55f2ee9463fe0d08b815b4992910d3
[pierogi] / keysets / fortec.h
1 #ifndef FORTEC_H
2 #define FORTEC_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class FortecReceiver1: public PIRKeysetMetaData
9 {
10 public:
11   FortecReceiver1(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 class FortecReceiver2: public PIRKeysetMetaData
17 {
18 public:
19   FortecReceiver2(
20     QObject *guiObject,
21     unsigned int index);
22 };
23
24 #endif // FORTEC_H