X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=keysets%2Faoc.h;fp=keysets%2Faoc.h;h=34af85b5bc005d2c8ef3270a58f15e44e8ba980f;hb=d724312c55dabe2c72175e88abf694880312fac4;hp=0000000000000000000000000000000000000000;hpb=fb8932101ae4f67f18ffa31073d51823cc872ac8;p=pierogi diff --git a/keysets/aoc.h b/keysets/aoc.h new file mode 100644 index 0000000..34af85b --- /dev/null +++ b/keysets/aoc.h @@ -0,0 +1,18 @@ +#ifndef AOC_H +#define AOC_H + +#include "pirkeysetmetadata.h" + +class QObject; + +class AOCTV1: public PIRKeysetMetaData +{ +public: + AOCTV1( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +#endif // AOC_H