summaryrefslogtreecommitdiffstats
path: root/dcoppython
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:56:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:56:31 -0600
commit5ac308306a9583ca086bb3022b0c25b20feeb7d2 (patch)
tree865e565d086274f3de5c5e3da411899be47526d3 /dcoppython
parentccbad20c6d5a2da13adaf0a3e5e591d3aecd967b (diff)
downloadtdebindings-5ac308306a9583ca086bb3022b0c25b20feeb7d2.tar.gz
tdebindings-5ac308306a9583ca086bb3022b0c25b20feeb7d2.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'dcoppython')
-rw-r--r--dcoppython/test/dcopserver/kdedcoptest.cpp2
-rw-r--r--dcoppython/test/dcopserver/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/dcoppython/test/dcopserver/kdedcoptest.cpp b/dcoppython/test/dcopserver/kdedcoptest.cpp
index 106e0a18..d9ebd557 100644
--- a/dcoppython/test/dcopserver/kdedcoptest.cpp
+++ b/dcoppython/test/dcopserver/kdedcoptest.cpp
@@ -7,7 +7,7 @@
#include <tqlabel.h>
#include <tdemainwindow.h>
-#include <klocale.h>
+#include <tdelocale.h>
KDEDcopTest::KDEDcopTest()
: TDEMainWindow( 0, "KDEDcopTest" )
diff --git a/dcoppython/test/dcopserver/main.cpp b/dcoppython/test/dcopserver/main.cpp
index 1a99f280..458986eb 100644
--- a/dcoppython/test/dcopserver/main.cpp
+++ b/dcoppython/test/dcopserver/main.cpp
@@ -6,7 +6,7 @@
#include <tdeapplication.h>
#include <tdeaboutdata.h>
#include <tdecmdlineargs.h>
-#include <klocale.h>
+#include <tdelocale.h>
static const char *description =
I18N_NOOP("A TDE KPart Application");