summaryrefslogtreecommitdiffstats
path: root/wifi/interface_dcop.h
blob: 9a4149c050a75636b66ef087c327d96e8efb8a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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