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