summaryrefslogtreecommitdiffstats
path: root/src/tdesvn.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:52:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:52:00 -0600
commit5b341c1d7f5e40a531de253b2c6ba37a427146e7 (patch)
tree118204e14298c7f1a58535622686696afb4c64cb /src/tdesvn.cpp
parent13e480c92e41a25f2ff3e3a13062e57f183e19ed (diff)
downloadtdesvn-5b341c1d7f5e40a531de253b2c6ba37a427146e7.tar.gz
tdesvn-5b341c1d7f5e40a531de253b2c6ba37a427146e7.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/tdesvn.cpp')
-rw-r--r--src/tdesvn.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tdesvn.cpp b/src/tdesvn.cpp
index e7f282f..4de0574 100644
--- a/src/tdesvn.cpp
+++ b/src/tdesvn.cpp
@@ -29,8 +29,8 @@
#include <tqpaintdevicemetrics.h>
#include <tqcursor.h>
-#include <kglobal.h>
-#include <klocale.h>
+#include <tdeglobal.h>
+#include <tdelocale.h>
#include <kiconloader.h>
#include <tdeversion.h>
#include <kstatusbar.h>
@@ -42,10 +42,10 @@
#include <kurldrag.h>
#include <kurlrequesterdlg.h>
#include <khelpmenu.h>
-#include <kmenubar.h>
+#include <tdemenubar.h>
#include <tdepopupmenu.h>
#include <tdeactionclasses.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tdestdaccel.h>
#include <tdeaction.h>
#include <kstdaction.h>