summaryrefslogtreecommitdiffstats
path: root/src/basket.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:44:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:44:01 -0600
commit41589ff912ef92cc28f3168a3e962deb677334fe (patch)
treeafb226721e64926da2c25b30836d082eba32546a /src/basket.cpp
parent06ab7fb3b7ec008a5fe3364a0430159900ff6553 (diff)
downloadbasket-41589ff912ef92cc28f3168a3e962deb677334fe.tar.gz
basket-41589ff912ef92cc28f3168a3e962deb677334fe.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/basket.cpp')
-rw-r--r--src/basket.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/basket.cpp b/src/basket.cpp
index e4f6a50..b7327be 100644
--- a/src/basket.cpp
+++ b/src/basket.cpp
@@ -32,10 +32,10 @@
#include <tqpoint.h>
#include <tqstringlist.h>
#include <tdeapplication.h>
-#include <kglobalsettings.h>
+#include <tdeglobalsettings.h>
#include <kopenwith.h>
#include <kservice.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kglobalaccel.h>
#include <tqdir.h>
#include <tqfile.h>
@@ -56,7 +56,7 @@
#include <tqtoolbar.h>
#include <tqclipboard.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tqinputdialog.h>
#include <tqlayout.h>
@@ -5492,7 +5492,7 @@ void Basket::lock()
#include <tqcursor.h>
#include <tqaction.h>
#include <tdestdaccel.h>
-#include <kglobalsettings.h>
+#include <tdeglobalsettings.h>
#include <tqevent.h>
#include <tdeapplication.h>
@@ -5501,7 +5501,7 @@ void Basket::lock()
#include <tqdragobject.h>
#include <kurldrag.h>
#include <kiconloader.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kmimetype.h>
#include <tdefiledialog.h>
#include <tqdir.h>
@@ -5513,7 +5513,7 @@ void Basket::lock()
#include <tqdir.h>
#include <kurl.h>
#include <krun.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tdeversion.h>
#include "kdirwatch.h"