Welcome to the first commit of the first version of my very first app.
[pierogi] / keysets / sanyo.h
1 #ifndef SANYO_H
2 #define SANYO_H
3
4 #include "pirkeysetmetadata.h"
5
6 #include <QObject>
7
8 class SanyoVCR1: public PIRKeysetMetaData
9 {
10 public:
11   SanyoVCR1(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 class SanyoTV1: public PIRKeysetMetaData
17 {
18 public:
19   SanyoTV1(
20     QObject *guiObject,
21     unsigned int index);
22 };
23
24 class SanyoTV2: public PIRKeysetMetaData
25 {
26 public:
27   SanyoTV2(
28     QObject *guiObject,
29     unsigned int index);
30 };
31
32 #endif // SANYO_H