summaryrefslogtreecommitdiffstats
path: root/konq-plugins/webarchiver
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:00:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:00:38 -0600
commit4bc3dcd8cbc23e1470e121e25a83d57c22e61b26 (patch)
tree7d379893635b06789888944241a976a4f2b440ab /konq-plugins/webarchiver
parent08a66075486dc740840cfb817bf0ca301c6f0385 (diff)
downloadtdeaddons-4bc3dcd8cbc23e1470e121e25a83d57c22e61b26.tar.gz
tdeaddons-4bc3dcd8cbc23e1470e121e25a83d57c22e61b26.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'konq-plugins/webarchiver')
-rw-r--r--konq-plugins/webarchiver/archivedialog.cpp6
-rw-r--r--konq-plugins/webarchiver/archivedialog.h2
-rw-r--r--konq-plugins/webarchiver/plugin_webarchiver.cpp2
-rw-r--r--konq-plugins/webarchiver/webarchivecreator.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/konq-plugins/webarchiver/archivedialog.cpp b/konq-plugins/webarchiver/archivedialog.cpp
index 63a7570..4c83c43 100644
--- a/konq-plugins/webarchiver/archivedialog.cpp
+++ b/konq-plugins/webarchiver/archivedialog.cpp
@@ -26,11 +26,11 @@
#include <ktempfile.h>
#include <ktar.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <kpassivepopup.h>
#include <klocale.h>
-#include <kio/netaccess.h>
+#include <tdeio/netaccess.h>
#include <tdehtml_part.h>
#include <kdebug.h>
#include <kgenericfactory.h>
@@ -38,7 +38,7 @@
#include <tqstylesheet.h>
#include <tqiodevice.h>
#include <klistview.h>
-#include <kio/job.h>
+#include <tdeio/job.h>
#include <kapplication.h>
#include <kurllabel.h>
#include <kprogress.h>
diff --git a/konq-plugins/webarchiver/archivedialog.h b/konq-plugins/webarchiver/archivedialog.h
index c882529..da0212c 100644
--- a/konq-plugins/webarchiver/archivedialog.h
+++ b/konq-plugins/webarchiver/archivedialog.h
@@ -25,7 +25,7 @@
#include <kdialogbase.h>
#include <ktempfile.h>
-#include <kio/job.h>
+#include <tdeio/job.h>
#include <tqstring.h>
#include <tqmap.h>
diff --git a/konq-plugins/webarchiver/plugin_webarchiver.cpp b/konq-plugins/webarchiver/plugin_webarchiver.cpp
index 338c52e..2d7f006 100644
--- a/konq-plugins/webarchiver/plugin_webarchiver.cpp
+++ b/konq-plugins/webarchiver/plugin_webarchiver.cpp
@@ -35,7 +35,7 @@
#include <kaction.h>
#include <kinstance.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <klocale.h>
#include <tdehtml_part.h>
diff --git a/konq-plugins/webarchiver/webarchivecreator.h b/konq-plugins/webarchiver/webarchivecreator.h
index a5ad7de..461ccfc 100644
--- a/konq-plugins/webarchiver/webarchivecreator.h
+++ b/konq-plugins/webarchiver/webarchivecreator.h
@@ -22,7 +22,7 @@
#ifndef __webarchivecreator_h__
#define __webarchivecreator_h__
-#include <kio/thumbcreator.h>
+#include <tdeio/thumbcreator.h>
class KHTMLPart;