summaryrefslogtreecommitdiffstats
path: root/plugins/search/htmlpart.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:12:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:12:44 -0600
commitd46a1fe34693137bbc38a0a79593af420ea0914b (patch)
tree038dbf461083bda9b7a6398908572591a80012d3 /plugins/search/htmlpart.h
parent604bf3f969d880708ea9a1affce0b304c29e6ff5 (diff)
downloadktorrent-d46a1fe34693137bbc38a0a79593af420ea0914b.tar.gz
ktorrent-d46a1fe34693137bbc38a0a79593af420ea0914b.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'plugins/search/htmlpart.h')
-rw-r--r--plugins/search/htmlpart.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/search/htmlpart.h b/plugins/search/htmlpart.h
index 433a2e2..f4a3454 100644
--- a/plugins/search/htmlpart.h
+++ b/plugins/search/htmlpart.h
@@ -22,7 +22,7 @@
#include <khtml_part.h>
-namespace KIO
+namespace TDEIO
{
class Job;
}
@@ -50,9 +50,9 @@ namespace kt
private slots:
void addToHistory(const KURL & url);
- void dataRecieved(KIO::Job* job,const TQByteArray & data);
- void mimetype(KIO::Job* job,const TQString & mt);
- void jobDone(KIO::Job* job);
+ void dataRecieved(TDEIO::Job* job,const TQByteArray & data);
+ void mimetype(TDEIO::Job* job,const TQString & mt);
+ void jobDone(TDEIO::Job* job);
signals:
@@ -63,7 +63,7 @@ namespace kt
private:
KURL::List history;
- KIO::Job* active_job;
+ TDEIO::Job* active_job;
TQByteArray curr_data;
TQString mime_type;
KURL curr_url;