summaryrefslogtreecommitdiffstats
path: root/kooka/kookaiface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kooka/kookaiface.h')
-rw-r--r--kooka/kookaiface.h13
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