summaryrefslogtreecommitdiffstats
path: root/knetworkconf/knetworkconf/knetworkconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'knetworkconf/knetworkconf/knetworkconf.h')
-rw-r--r--knetworkconf/knetworkconf/knetworkconf.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/knetworkconf/knetworkconf/knetworkconf.h b/knetworkconf/knetworkconf/knetworkconf.h
index 9daa2e5..990bef1 100644
--- a/knetworkconf/knetworkconf/knetworkconf.h
+++ b/knetworkconf/knetworkconf/knetworkconf.h
@@ -55,7 +55,7 @@
#include <kstandarddirs.h>
#include <tdeapplication.h>
-#include <dcopclient.h>
+#include <dcopobject.h>
#include "knetworkconfdlg.h"
#include "kadddnsserverdlg.h"
@@ -70,11 +70,10 @@
#include "kknownhostinfo.h"
#include "knetworkinterface.h"
#include "kadddevicedlgextension.h"
-#include "knetworkconfiface.h"
#include "kprofileslistviewtooltip.h"
/** KNetworkConf is the base class of the project */
-class KNetworkConf : public KNetworkConfDlg, virtual public KNetworkConfIface
+class KNetworkConf : public KNetworkConfDlg, public DCOPObject
{
Q_OBJECT