Enable storage backend.
[kdenetwork.git] / wifi / interface_dcop.h
blob32caeaa30c7ef60cd3c18e8d6364ddf1ebf208c7
1 #ifndef INTERFACE_DCOP_H
2 #define INTERFACE_DCOP_H
4 #include <dcopobject.h>
6 class dcop_interface:virtual public DCOPObject
8 K_DCOP
9 k_dcop:
10 virtual QString interface ( ) const = 0;
13 #endif