diff options
Diffstat (limited to 'kooka/kookaiface.h')
-rw-r--r-- | kooka/kookaiface.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kooka/kookaiface.h b/kooka/kookaiface.h new file mode 100644 index 00000000..ab6fcbee --- /dev/null +++ b/kooka/kookaiface.h @@ -0,0 +1,13 @@ +#ifndef KOOKAIFACE_H +#define KOOKAIFACE_H + +#include <dcopobject.h> + +class KookaIface : virtual public DCOPObject +{ + K_DCOP +public: + +}; + +#endif // KOOKAIFACE_H |