summaryrefslogtreecommitdiffstats
path: root/src/parsers
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-27 00:53:11 -0600
committerTimothy Pearson <[email protected]>2013-01-27 00:53:11 -0600
commit81e4241ea827a7b8f4d9b070de7a924d72d3c196 (patch)
treea4a59064e2cfd1c2be1ee29f547b11eb8b1dc0ff /src/parsers
parentbd136c5965d9a716f7763e0a6894e82b94dbaee2 (diff)
downloadtdeio-apt-81e4241ea827a7b8f4d9b070de7a924d72d3c196.tar.gz
tdeio-apt-81e4241ea827a7b8f4d9b070de7a924d72d3c196.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/parsers')
-rw-r--r--src/parsers/list.cpp2
-rw-r--r--src/parsers/parsers.cpp2
-rw-r--r--src/parsers/search.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/parsers/list.cpp b/src/parsers/list.cpp
index 1c38cb7..9484d9d 100644
--- a/src/parsers/list.cpp
+++ b/src/parsers/list.cpp
@@ -11,7 +11,7 @@
#include "parsers.h"
#include "../apt.h"
-#include <kio/slavebase.h>
+#include <tdeio/slavebase.h>
#include <klocale.h>
#include <tqregexp.h>
#include <kurl.h>
diff --git a/src/parsers/parsers.cpp b/src/parsers/parsers.cpp
index 8cc67da..bccb3dd 100644
--- a/src/parsers/parsers.cpp
+++ b/src/parsers/parsers.cpp
@@ -12,7 +12,7 @@
#include <kuserprofile.h>
-#include <kio/slavebase.h>
+#include <tdeio/slavebase.h>
#include <qhtmlstream.h>
#include <tqregexp.h>
diff --git a/src/parsers/search.cpp b/src/parsers/search.cpp
index 5fd6b22..d24073d 100644
--- a/src/parsers/search.cpp
+++ b/src/parsers/search.cpp
@@ -13,7 +13,7 @@
#include "qhtmlstream.h"
-#include <kio/slavebase.h>
+#include <tdeio/slavebase.h>
namespace Parsers
{