summaryrefslogtreecommitdiffstats
path: root/xparts
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:16:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:16:01 -0600
commitccbad20c6d5a2da13adaf0a3e5e591d3aecd967b (patch)
treeecfd42cd129756df249919c4ecf48d45708e8b76 /xparts
parentdf713176eddc75488138fd58b0359e6cd53d6a71 (diff)
downloadtdebindings-ccbad20c6d5a2da13adaf0a3e5e591d3aecd967b.tar.gz
tdebindings-ccbad20c6d5a2da13adaf0a3e5e591d3aecd967b.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'xparts')
-rw-r--r--xparts/mozilla/kmozillapart.cpp4
-rw-r--r--xparts/mozilla/kshell.cpp2
-rw-r--r--xparts/src/kde/xparthost_kpart.cpp2
-rw-r--r--xparts/xpart_notepad/shell_xparthost.cpp2
-rw-r--r--xparts/xpart_notepad/xp_notepad.cpp2
-rw-r--r--xparts/xpart_notepad/xp_notepad_factory.cpp2
6 files changed, 7 insertions, 7 deletions
diff --git a/xparts/mozilla/kmozillapart.cpp b/xparts/mozilla/kmozillapart.cpp
index 7116a4d3..d59c7e2c 100644
--- a/xparts/mozilla/kmozillapart.cpp
+++ b/xparts/mozilla/kmozillapart.cpp
@@ -2,14 +2,14 @@
#include <dcopclient.h>
#include <dcopobject.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kstdaction.h>
#include <tdeaction.h>
#include <tdemainwindow.h>
#include <kprocess.h>
#include <tdeparts/mainwindow.h>
#include <kdebug.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <tdeparts/genericfactory.h>
typedef KParts::GenericFactory<KMozillaPart> KMozillaPartFactory;
diff --git a/xparts/mozilla/kshell.cpp b/xparts/mozilla/kshell.cpp
index 2770b95f..2b916dd5 100644
--- a/xparts/mozilla/kshell.cpp
+++ b/xparts/mozilla/kshell.cpp
@@ -3,7 +3,7 @@
#include <dcopclient.h>
#include <dcopobject.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kstdaction.h>
#include <tdeaction.h>
#include <tdemainwindow.h>
diff --git a/xparts/src/kde/xparthost_kpart.cpp b/xparts/src/kde/xparthost_kpart.cpp
index 0ed7181e..cfbe57d2 100644
--- a/xparts/src/kde/xparthost_kpart.cpp
+++ b/xparts/src/kde/xparthost_kpart.cpp
@@ -3,7 +3,7 @@
#include "xpart_stub.h"
#include <dcopclient.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <assert.h>
diff --git a/xparts/xpart_notepad/shell_xparthost.cpp b/xparts/xpart_notepad/shell_xparthost.cpp
index 95d744a4..666c16a6 100644
--- a/xparts/xpart_notepad/shell_xparthost.cpp
+++ b/xparts/xpart_notepad/shell_xparthost.cpp
@@ -4,7 +4,7 @@
#include <dcopclient.h>
#include <dcopobject.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kstdaction.h>
#include <tdeaction.h>
#include <tdemainwindow.h>
diff --git a/xparts/xpart_notepad/xp_notepad.cpp b/xparts/xpart_notepad/xp_notepad.cpp
index 96c5ef8a..48c184e8 100644
--- a/xparts/xpart_notepad/xp_notepad.cpp
+++ b/xparts/xpart_notepad/xp_notepad.cpp
@@ -1,5 +1,5 @@
#include <dcopclient.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tqmultilineedit.h>
#include <tqfile.h>
#include <tqtextstream.h>
diff --git a/xparts/xpart_notepad/xp_notepad_factory.cpp b/xparts/xpart_notepad/xp_notepad_factory.cpp
index f81ea334..cfb2019b 100644
--- a/xparts/xpart_notepad/xp_notepad_factory.cpp
+++ b/xparts/xpart_notepad/xp_notepad_factory.cpp
@@ -20,7 +20,7 @@
#include <dcopclient.h>
#include <dcopobject.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kstdaction.h>
#include <tdeaction.h>
#include <tdemainwindow.h>