summaryrefslogtreecommitdiffstats
path: root/tdeparts
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:17:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:17:18 -0600
commit8bd62a3b0d3b362b783a273e2460811392485bbd (patch)
tree908bded302457ea012474f3a52d67fb9cfce99c3 /tdeparts
parentd8ece7c070ff053c8a429d4a7d7a14d4b8c107b3 (diff)
downloadtdelibs-8bd62a3b0d3b362b783a273e2460811392485bbd.tar.gz
tdelibs-8bd62a3b0d3b362b783a273e2460811392485bbd.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'tdeparts')
-rw-r--r--tdeparts/genericfactory.h2
-rw-r--r--tdeparts/historyprovider.cpp2
-rw-r--r--tdeparts/tests/example.cpp2
-rw-r--r--tdeparts/tests/ghostview.cpp4
-rw-r--r--tdeparts/tests/normalktm.cpp2
-rw-r--r--tdeparts/tests/notepad.cpp4
-rw-r--r--tdeparts/tests/parts.cpp2
7 files changed, 9 insertions, 9 deletions
diff --git a/tdeparts/genericfactory.h b/tdeparts/genericfactory.h
index 75a5292ed..eb54959a4 100644
--- a/tdeparts/genericfactory.h
+++ b/tdeparts/genericfactory.h
@@ -4,7 +4,7 @@
#include <tdeparts/factory.h>
#include <tdeparts/part.h>
#include <kgenericfactory.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <kdebug.h>
namespace KParts
diff --git a/tdeparts/historyprovider.cpp b/tdeparts/historyprovider.cpp
index 17cf609a1..9c893ae53 100644
--- a/tdeparts/historyprovider.cpp
+++ b/tdeparts/historyprovider.cpp
@@ -19,7 +19,7 @@
#include <tqdict.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "historyprovider.h"
diff --git a/tdeparts/tests/example.cpp b/tdeparts/tests/example.cpp
index 0571bf4ad..403fda062 100644
--- a/tdeparts/tests/example.cpp
+++ b/tdeparts/tests/example.cpp
@@ -9,7 +9,7 @@
#include <kiconloader.h>
#include <kstandarddirs.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kmessagebox.h>
#include <tdeaction.h>
#include <klocale.h>
diff --git a/tdeparts/tests/ghostview.cpp b/tdeparts/tests/ghostview.cpp
index 24d70a14d..72b165e65 100644
--- a/tdeparts/tests/ghostview.cpp
+++ b/tdeparts/tests/ghostview.cpp
@@ -1,11 +1,11 @@
#include <kiconloader.h>
#include <kstandarddirs.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeaction.h>
#include <klocale.h>
#include <tdefiledialog.h>
#include <kmessagebox.h>
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
#include <klibloader.h>
#include <tqwidget.h>
diff --git a/tdeparts/tests/normalktm.cpp b/tdeparts/tests/normalktm.cpp
index 14efbef94..664d6c7ec 100644
--- a/tdeparts/tests/normalktm.cpp
+++ b/tdeparts/tests/normalktm.cpp
@@ -9,7 +9,7 @@
#include <kiconloader.h>
#include <kstandarddirs.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kmessagebox.h>
#include <tdeaction.h>
#include <klocale.h>
diff --git a/tdeparts/tests/notepad.cpp b/tdeparts/tests/notepad.cpp
index 547cab520..81ff2c1f2 100644
--- a/tdeparts/tests/notepad.cpp
+++ b/tdeparts/tests/notepad.cpp
@@ -8,8 +8,8 @@
#include <tqtextstream.h>
#include <tqmultilineedit.h>
-#include <kaboutdata.h>
-#include <kapplication.h>
+#include <tdeaboutdata.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <tdeaction.h>
#include <klocale.h>
diff --git a/tdeparts/tests/parts.cpp b/tdeparts/tests/parts.cpp
index e765f55e7..408e73280 100644
--- a/tdeparts/tests/parts.cpp
+++ b/tdeparts/tests/parts.cpp
@@ -12,7 +12,7 @@
#include <tqvbox.h>
#include <kiconloader.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <kmessagebox.h>
#include <tdeaction.h>