summaryrefslogtreecommitdiffstats
path: root/plugins/search/searchtab.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-15 21:50:28 -0600
committerTimothy Pearson <[email protected]>2013-02-15 21:50:28 -0600
commit6592a47e5dd48c7b5c506c3bde0dce57fe858298 (patch)
tree7f6eaf648b3ca743de3f6220c7f2b29d40480144 /plugins/search/searchtab.cpp
parent409b87cbe23e2f18e7a73a81ce958aa0fdd148e4 (diff)
downloadktorrent-6592a47e5dd48c7b5c506c3bde0dce57fe858298.tar.gz
ktorrent-6592a47e5dd48c7b5c506c3bde0dce57fe858298.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'plugins/search/searchtab.cpp')
-rw-r--r--plugins/search/searchtab.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/search/searchtab.cpp b/plugins/search/searchtab.cpp
index 1d64eb0..c752bc5 100644
--- a/plugins/search/searchtab.cpp
+++ b/plugins/search/searchtab.cpp
@@ -22,13 +22,13 @@
#include <tqapplication.h>
#include <tqlistbox.h>
#include <tqcheckbox.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kpushbutton.h>
#include <kiconloader.h>
#include <kcombobox.h>
#include <kcompletion.h>
#include <tqlabel.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include "searchtab.h"
#include "searchenginelist.h"
#include "searchpluginsettings.h"