diff options
Diffstat (limited to 'kdesktop/KBackgroundIface.h')
-rw-r--r-- | kdesktop/KBackgroundIface.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kdesktop/KBackgroundIface.h b/kdesktop/KBackgroundIface.h index 47818021a..0753b54aa 100644 --- a/kdesktop/KBackgroundIface.h +++ b/kdesktop/KBackgroundIface.h @@ -8,11 +8,13 @@ #include <dcopobject.h> #include <tqcolor.h> -class KBackgroundIface : virtual public DCOPObject +class KBackgroundIface : public DCOPObject { K_DCOP public: + KBackgroundIface() : DCOPObject("KBackgroundIface") {} + k_dcop: /** Reread the configuration */ virtual void configure() = 0; |