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