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