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