summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 12:02:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 12:02:15 -0600
commit57f320734cce17f7a5d94b61a0f2a33389b8295b (patch)
treee7e09e458e9a87f7256195e8cc18c6c3c4aa848e /plugins
parent3e3420b98515043a9de35d54b1f0fd4f4feab41f (diff)
downloadktorrent-57f320734cce17f7a5d94b61a0f2a33389b8295b.tar.gz
ktorrent-57f320734cce17f7a5d94b61a0f2a33389b8295b.zip
Rename ksocket and kcache
Diffstat (limited to 'plugins')
-rw-r--r--plugins/infowidget/peerview.cpp2
-rw-r--r--plugins/upnp/upnpmcastsocket.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/infowidget/peerview.cpp b/plugins/infowidget/peerview.cpp
index 365e79d..77380b2 100644
--- a/plugins/infowidget/peerview.cpp
+++ b/plugins/infowidget/peerview.cpp
@@ -26,7 +26,7 @@
#include <kiconloader.h>
#include <kstandarddirs.h>
#include <kmessagebox.h>
-#include <ksocketaddress.h>
+#include <tdesocketaddress.h>
#include <tqpoint.h>
#include <tqlistview.h>
#include <kpopupmenu.h>
diff --git a/plugins/upnp/upnpmcastsocket.cpp b/plugins/upnp/upnpmcastsocket.cpp
index facf207..809d934 100644
--- a/plugins/upnp/upnpmcastsocket.cpp
+++ b/plugins/upnp/upnpmcastsocket.cpp
@@ -30,8 +30,8 @@ extern "C" {
#include <arpa/inet.h>
#include <netinet/ip.h>
#include <tqstringlist.h>
-#include <ksocketdevice.h>
-#include <ksocketaddress.h>
+#include <tdesocketdevice.h>
+#include <tdesocketaddress.h>
#include <util/log.h>
#include <torrent/globals.h>
#include <tqfile.h>