summaryrefslogtreecommitdiffstats
path: root/plugins/search
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:12:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:12:36 -0600
commitd2107b329f3eadbd4c193a21704fa6d4eedc0ed0 (patch)
tree78a4b23499d3e2319093af800445cd9df9554516 /plugins/search
parentd46a1fe34693137bbc38a0a79593af420ea0914b (diff)
downloadktorrent-d2107b329f3eadbd4c193a21704fa6d4eedc0ed0.tar.gz
ktorrent-d2107b329f3eadbd4c193a21704fa6d4eedc0ed0.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'plugins/search')
-rw-r--r--plugins/search/htmlpart.cpp4
-rw-r--r--plugins/search/htmlpart.h2
-rw-r--r--plugins/search/searchwidget.cpp4
3 files changed, 5 insertions, 5 deletions
diff --git a/plugins/search/htmlpart.cpp b/plugins/search/htmlpart.cpp
index ffaeb5d..2b63048 100644
--- a/plugins/search/htmlpart.cpp
+++ b/plugins/search/htmlpart.cpp
@@ -26,9 +26,9 @@
#include <kio/netaccess.h>
#include <klocale.h>
#include <kfiledialog.h>
-#include <kparts/browserextension.h>
+#include <tdeparts/browserextension.h>
#include <util/constants.h>
-#include <khtmlview.h>
+#include <tdehtmlview.h>
#include "htmlpart.h"
using namespace bt;
diff --git a/plugins/search/htmlpart.h b/plugins/search/htmlpart.h
index f4a3454..b1b9273 100644
--- a/plugins/search/htmlpart.h
+++ b/plugins/search/htmlpart.h
@@ -20,7 +20,7 @@
#ifndef HTMLPART_H
#define HTMLPART_H
-#include <khtml_part.h>
+#include <tdehtml_part.h>
namespace TDEIO
{
diff --git a/plugins/search/searchwidget.cpp b/plugins/search/searchwidget.cpp
index f0fefe0..b5008b8 100644
--- a/plugins/search/searchwidget.cpp
+++ b/plugins/search/searchwidget.cpp
@@ -20,7 +20,7 @@
***************************************************************************/
#include <kapplication.h>
-#include <khtmlview.h>
+#include <tdehtmlview.h>
#include <tqlayout.h>
#include <tqfile.h>
#include <tqtextstream.h>
@@ -34,7 +34,7 @@
#include <kiconloader.h>
#include <kcombobox.h>
#include <kpopupmenu.h>
-#include <kparts/partmanager.h>
+#include <tdeparts/partmanager.h>
#include <kio/job.h>
#include <kmessagebox.h>
#include <kfiledialog.h>