summaryrefslogtreecommitdiffstats
path: root/kcontrol/nics
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:30:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:30:47 -0600
commitcc74f360bb40da3d79f58048f8e8611804980aa6 (patch)
treec4385d2c16b904757b1c8bb998a4aec6993373f7 /kcontrol/nics
parent79b21d47bce1ee428affc97534cd8b257232a871 (diff)
downloadtdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.tar.gz
tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kcontrol/nics')
-rw-r--r--kcontrol/nics/nic.cpp2
-rw-r--r--kcontrol/nics/nic.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/nics/nic.cpp b/kcontrol/nics/nic.cpp
index 6d2acf1e9..d51bad54d 100644
--- a/kcontrol/nics/nic.cpp
+++ b/kcontrol/nics/nic.cpp
@@ -85,7 +85,7 @@ typedef TQPtrList<MyNIC> NICList;
NICList* findNICs();
KCMNic::KCMNic(TQWidget *parent, const char * name, const TQStringList &)
- :KCModule(KCMNicFactory::instance(), parent,name)
+ :TDECModule(KCMNicFactory::instance(), parent,name)
{
TQVBoxLayout *box=new TQVBoxLayout(this, 0, KDialog::spacingHint());
m_list=new TQListView(this);
diff --git a/kcontrol/nics/nic.h b/kcontrol/nics/nic.h
index 9bc41ddbb..0c1939d46 100644
--- a/kcontrol/nics/nic.h
+++ b/kcontrol/nics/nic.h
@@ -27,7 +27,7 @@ class TQStringList;
class TQPushButton;
class TQListView;
-class KCMNic:public KCModule
+class KCMNic:public TDECModule
{
Q_OBJECT
public: