summaryrefslogtreecommitdiffstats
path: root/wifi/interface_dcop.h
diff options
context:
space:
mode:
Diffstat (limited to 'wifi/interface_dcop.h')
-rw-r--r--wifi/interface_dcop.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/wifi/interface_dcop.h b/wifi/interface_dcop.h
new file mode 100644
index 00000000..9a4149c0
--- /dev/null
+++ b/wifi/interface_dcop.h
@@ -0,0 +1,15 @@
+#ifndef INTERFACE_DCOP_H
+#define INTERFACE_DCOP_H
+
+#include <dcopobject.h>
+
+class dcop_interface : virtual public DCOPObject
+ {
+ K_DCOP
+ k_dcop:
+
+ virtual QString interface() const = 0;
+ };
+
+#endif
+