summaryrefslogtreecommitdiffstats
path: root/knetworkconf
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:13:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:13:36 -0600
commit666824a6c549fb4eeae7a29083349638974a57d7 (patch)
treebdaee2352859a2ba502dc15a6dab097a38449d6c /knetworkconf
parentf45c7fac3012aa4bc10d8ddcfa99e1a72675d356 (diff)
downloadtdeadmin-666824a6c549fb4eeae7a29083349638974a57d7.tar.gz
tdeadmin-666824a6c549fb4eeae7a29083349638974a57d7.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'knetworkconf')
-rw-r--r--knetworkconf/knetworkconf/knetworkconf.h4
-rw-r--r--knetworkconf/knetworkconf/knetworkconfmodule.h2
-rw-r--r--knetworkconf/knetworkconf/main.cpp4
3 files changed, 5 insertions, 5 deletions
diff --git a/knetworkconf/knetworkconf/knetworkconf.h b/knetworkconf/knetworkconf/knetworkconf.h
index 25ba8e1..ee7e08a 100644
--- a/knetworkconf/knetworkconf/knetworkconf.h
+++ b/knetworkconf/knetworkconf/knetworkconf.h
@@ -49,10 +49,10 @@
#include <tdelistbox.h>
#include <kcombobox.h>
#include <kmessagebox.h>
-#include <kaboutapplication.h>
+#include <tdeaboutapplication.h>
#include <klocale.h>
#include <kstandarddirs.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
diff --git a/knetworkconf/knetworkconf/knetworkconfmodule.h b/knetworkconf/knetworkconf/knetworkconfmodule.h
index 0e56706..f559477 100644
--- a/knetworkconf/knetworkconf/knetworkconfmodule.h
+++ b/knetworkconf/knetworkconf/knetworkconfmodule.h
@@ -19,7 +19,7 @@
#define KNETWORKCONFMODULE_H
#include "knetworkconf.h"
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <tdecmodule.h>
class KNetworkConfModule : public TDECModule
diff --git a/knetworkconf/knetworkconf/main.cpp b/knetworkconf/knetworkconf/main.cpp
index c5d8748..1a6b89e 100644
--- a/knetworkconf/knetworkconf/main.cpp
+++ b/knetworkconf/knetworkconf/main.cpp
@@ -17,8 +17,8 @@
#include <unistd.h>
#include <sys/types.h>
#include <kmessagebox.h>
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
#include <kuniqueapplication.h>
#include <dcopclient.h>