summaryrefslogtreecommitdiffstats
path: root/src/tagsedit.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/tagsedit.cpp
parent06ab7fb3b7ec008a5fe3364a0430159900ff6553 (diff)
downloadbasket-41589ff912ef92cc28f3168a3e962deb677334fe.tar.gz
basket-41589ff912ef92cc28f3168a3e962deb677334fe.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/tagsedit.cpp')
-rw-r--r--src/tagsedit.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tagsedit.cpp b/src/tagsedit.cpp
index 4af3c4d..c0bdce8 100644
--- a/src/tagsedit.cpp
+++ b/src/tagsedit.cpp
@@ -27,19 +27,19 @@
#include <kicondialog.h>
#include <kiconloader.h>
#include <tdeapplication.h>
-#include <kglobalsettings.h>
+#include <tdeglobalsettings.h>
#include <tqcheckbox.h>
#include <kpushbutton.h>
#include <tqgroupbox.h>
#include <tqheader.h>
#include <tqvaluelist.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kstandarddirs.h>
#include <kseparator.h>
#include <kstringhandler.h>
#include <tqpainter.h>
#include <tqaction.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tqtimer.h>
#include <iostream>