KNetworkconf: remove unnecessary interface.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/12/head
Michele Calgaro 4 years ago
parent 30ded68650
commit 841be226d1
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -25,7 +25,7 @@ tde_add_kpart( kcm_knetworkconfmodule AUTOMOC
kroutinginfo.cpp kreloadnetworkdlg.ui kaddressvalidator.cpp kdnsinfo.cpp kroutinginfo.cpp kreloadnetworkdlg.ui kaddressvalidator.cpp kdnsinfo.cpp
knetworkinfo.cpp kadddevicedlg.ui kadddnsserverdlg.ui knetworkinfo.cpp kadddevicedlg.ui kadddnsserverdlg.ui
knetworkconfigparser.cpp knetworkinterface.cpp knetworkconfdlg.ui knetworkconfigparser.cpp knetworkinterface.cpp knetworkconfdlg.ui
knetworkconf.cpp main.cpp kadddevicedlgextension.ui knetworkconfiface.skel knetworkconf.cpp main.cpp kadddevicedlgextension.ui
kwirelessinterface.cpp kadddevicewifiext.ui kadddevicecontainer.cpp kwirelessinterface.cpp kadddevicewifiext.ui kadddevicecontainer.cpp
kprofileslistviewtooltip.cpp kprofileslistviewtooltip.cpp
LINK tdeui-shared LINK tdeui-shared

@ -16,6 +16,7 @@
***************************************************************************/ ***************************************************************************/
#include <kiconloader.h> #include <kiconloader.h>
#include <dcopclient.h>
#include "knetworkconf.h" #include "knetworkconf.h"

@ -55,7 +55,7 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <dcopclient.h> #include <dcopobject.h>
#include "knetworkconfdlg.h" #include "knetworkconfdlg.h"
#include "kadddnsserverdlg.h" #include "kadddnsserverdlg.h"
@ -70,11 +70,10 @@
#include "kknownhostinfo.h" #include "kknownhostinfo.h"
#include "knetworkinterface.h" #include "knetworkinterface.h"
#include "kadddevicedlgextension.h" #include "kadddevicedlgextension.h"
#include "knetworkconfiface.h"
#include "kprofileslistviewtooltip.h" #include "kprofileslistviewtooltip.h"
/** KNetworkConf is the base class of the project */ /** KNetworkConf is the base class of the project */
class KNetworkConf : public KNetworkConfDlg, virtual public KNetworkConfIface class KNetworkConf : public KNetworkConfDlg, public DCOPObject
{ {
Q_OBJECT Q_OBJECT

@ -1,34 +0,0 @@
/* -*- c++ -*-
*
* knetworkconfiface.h
*
* Copyright (C) 2004 Juan Luis Baptiste <juan.baptiste@kdemail.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
#ifndef knetworkconf_iface_h
#define knetworkconf_iface_h
#include <dcopobject.h>
class KNetworkConfIface: virtual public DCOPObject
{
K_DCOP
k_dcop:
};
#endif
Loading…
Cancel
Save