summaryrefslogtreecommitdiffstats
path: root/tdeparts/tests
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:57:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:57:54 -0600
commited99a30644c19b0a3cf0d2147243532df4daa16b (patch)
tree7f3f2850e59824fdf100a642367a82b1e7f0204f /tdeparts/tests
parente5f2d46e9caf6942f365f1b454087dda71a340f7 (diff)
downloadtdelibs-ed99a30644c19b0a3cf0d2147243532df4daa16b.tar.gz
tdelibs-ed99a30644c19b0a3cf0d2147243532df4daa16b.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'tdeparts/tests')
-rw-r--r--tdeparts/tests/example.cpp4
-rw-r--r--tdeparts/tests/ghostview.cpp4
-rw-r--r--tdeparts/tests/normalktm.cpp6
-rw-r--r--tdeparts/tests/notepad.cpp2
-rw-r--r--tdeparts/tests/parts.cpp4
-rw-r--r--tdeparts/tests/plugin_spellcheck.cpp4
6 files changed, 12 insertions, 12 deletions
diff --git a/tdeparts/tests/example.cpp b/tdeparts/tests/example.cpp
index 403fda062..c8fb77b29 100644
--- a/tdeparts/tests/example.cpp
+++ b/tdeparts/tests/example.cpp
@@ -10,9 +10,9 @@
#include <kiconloader.h>
#include <kstandarddirs.h>
#include <tdeapplication.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tdeaction.h>
-#include <klocale.h>
+#include <tdelocale.h>
Shell::Shell()
{
diff --git a/tdeparts/tests/ghostview.cpp b/tdeparts/tests/ghostview.cpp
index 72b165e65..d83ec8f41 100644
--- a/tdeparts/tests/ghostview.cpp
+++ b/tdeparts/tests/ghostview.cpp
@@ -2,9 +2,9 @@
#include <kstandarddirs.h>
#include <tdeapplication.h>
#include <tdeaction.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdefiledialog.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tdecmdlineargs.h>
#include <klibloader.h>
diff --git a/tdeparts/tests/normalktm.cpp b/tdeparts/tests/normalktm.cpp
index 664d6c7ec..92e46254e 100644
--- a/tdeparts/tests/normalktm.cpp
+++ b/tdeparts/tests/normalktm.cpp
@@ -10,11 +10,11 @@
#include <kiconloader.h>
#include <kstandarddirs.h>
#include <tdeapplication.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tdeaction.h>
-#include <klocale.h>
+#include <tdelocale.h>
-#include <kmenubar.h>
+#include <tdemenubar.h>
Shell::Shell()
{
diff --git a/tdeparts/tests/notepad.cpp b/tdeparts/tests/notepad.cpp
index 81ff2c1f2..ad81b91b3 100644
--- a/tdeparts/tests/notepad.cpp
+++ b/tdeparts/tests/notepad.cpp
@@ -12,7 +12,7 @@
#include <tdeapplication.h>
#include <kdebug.h>
#include <tdeaction.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kstatusbar.h>
#include <kstandarddirs.h>
diff --git a/tdeparts/tests/parts.cpp b/tdeparts/tests/parts.cpp
index 408e73280..ebfd9c9f1 100644
--- a/tdeparts/tests/parts.cpp
+++ b/tdeparts/tests/parts.cpp
@@ -14,9 +14,9 @@
#include <kiconloader.h>
#include <tdeapplication.h>
#include <kdebug.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tdeaction.h>
-#include <klocale.h>
+#include <tdelocale.h>
Part1::Part1( TQObject *parent, TQWidget * parentWidget )
: KParts::ReadOnlyPart( parent, "Part1" )
diff --git a/tdeparts/tests/plugin_spellcheck.cpp b/tdeparts/tests/plugin_spellcheck.cpp
index 73d5b7986..d7cf06eac 100644
--- a/tdeparts/tests/plugin_spellcheck.cpp
+++ b/tdeparts/tests/plugin_spellcheck.cpp
@@ -3,8 +3,8 @@
#include "plugin_spellcheck.h"
#include <tdeaction.h>
#include <kgenericfactory.h>
-#include <kmessagebox.h>
-#include <klocale.h>
+#include <tdemessagebox.h>
+#include <tdelocale.h>
#include <kdebug.h>
PluginSpellCheck::PluginSpellCheck( TQObject* parent, const char* name,