24c2d59df4a160b682c0c252da36fbf83dd9c0ef
[pierogi] / keysets / foxtel.h
1 #ifndef FOXTEL_H
2 #define FOXTEL_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class FoxtelSTB1: public PIRKeysetMetaData
9 {
10 public:
11   FoxtelSTB1(
12     unsigned int index);
13
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
17
18 #endif // FOXTEL_H