summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/galleryexport
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:59:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:59:16 -0600
commit8c1f69b6dc559d1482ee597522544283f2452729 (patch)
treeb28eeb7c72e8f9ab2ac89dbec002dc2d25610d1e /kipi-plugins/galleryexport
parent705b68800b569de2d07f0eca755bf19e6441556d (diff)
downloadkipi-plugins-8c1f69b6dc559d1482ee597522544283f2452729.tar.gz
kipi-plugins-8c1f69b6dc559d1482ee597522544283f2452729.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kipi-plugins/galleryexport')
-rw-r--r--kipi-plugins/galleryexport/galleries.cpp2
-rw-r--r--kipi-plugins/galleryexport/galleryconfig.cpp2
-rw-r--r--kipi-plugins/galleryexport/gallerytalker.cpp2
-rw-r--r--kipi-plugins/galleryexport/gallerywindow.cpp2
-rw-r--r--kipi-plugins/galleryexport/plugin_galleryexport.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/kipi-plugins/galleryexport/galleries.cpp b/kipi-plugins/galleryexport/galleries.cpp
index eeb699b..8d2f11c 100644
--- a/kipi-plugins/galleryexport/galleries.cpp
+++ b/kipi-plugins/galleryexport/galleries.cpp
@@ -21,7 +21,7 @@
#include <tqwidget.h>
#include <kapplication.h>
#include <kdebug.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <klocale.h>
#include <tdeversion.h>
#if KDE_IS_VERSION(3,2,0)
diff --git a/kipi-plugins/galleryexport/galleryconfig.cpp b/kipi-plugins/galleryexport/galleryconfig.cpp
index f40db0c..32ffa87 100644
--- a/kipi-plugins/galleryexport/galleryconfig.cpp
+++ b/kipi-plugins/galleryexport/galleryconfig.cpp
@@ -40,7 +40,7 @@
#include <tdehtmlview.h>
#include <krun.h>
#include <kdebug.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
// KIPI include files
diff --git a/kipi-plugins/galleryexport/gallerytalker.cpp b/kipi-plugins/galleryexport/gallerytalker.cpp
index 2c97a9a..c019939 100644
--- a/kipi-plugins/galleryexport/gallerytalker.cpp
+++ b/kipi-plugins/galleryexport/gallerytalker.cpp
@@ -26,7 +26,7 @@
#include <tqregexp.h>
#include <klocale.h>
-#include <kio/job.h>
+#include <tdeio/job.h>
#include <kdebug.h>
#include <kmimetype.h>
#include <kstandarddirs.h>
diff --git a/kipi-plugins/galleryexport/gallerywindow.cpp b/kipi-plugins/galleryexport/gallerywindow.cpp
index 83b5b23..097d9df 100644
--- a/kipi-plugins/galleryexport/gallerywindow.cpp
+++ b/kipi-plugins/galleryexport/gallerywindow.cpp
@@ -44,7 +44,7 @@
#include <tdehtmlview.h>
#include <krun.h>
#include <kdebug.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
// KIPI include files
diff --git a/kipi-plugins/galleryexport/plugin_galleryexport.cpp b/kipi-plugins/galleryexport/plugin_galleryexport.cpp
index 1bacc9d..917dcc8 100644
--- a/kipi-plugins/galleryexport/plugin_galleryexport.cpp
+++ b/kipi-plugins/galleryexport/plugin_galleryexport.cpp
@@ -26,7 +26,7 @@
#include <kaction.h>
#include <kgenericfactory.h>
#include <klibloader.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kdebug.h>
#include <kapplication.h>
#include <kmessagebox.h>