8245ac71fe50f184f809012c3ec3add38c7c2fa6
[pierogi] / keysets / philco.h
1 #ifndef PHILCO_H
2 #define PHILCO_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class PhilcoTV: public PIRKeysetMetaData
9 {
10 public:
11   PhilcoTV(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 #endif // PHILCO_H