summaryrefslogtreecommitdiffstats
path: root/adept
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:06:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:06:56 -0600
commit319a89caa1047f6d8c1735705fd6d55d56b3bf60 (patch)
treedf331ef812cd35faaa95c61f035b7ff74d637f19 /adept
parentd3ea53ebf1dc64c1244cba5f37ae445a27ee97df (diff)
downloadadept-319a89caa1047f6d8c1735705fd6d55d56b3bf60.tar.gz
adept-319a89caa1047f6d8c1735705fd6d55d56b3bf60.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'adept')
-rw-r--r--adept/adept/commitprogress.h2
-rw-r--r--adept/adept/dpkgpm-gui.cpp2
-rw-r--r--adept/batch/app.cpp2
-rw-r--r--adept/batch/app.h2
-rw-r--r--adept/installer/app.cpp2
-rw-r--r--adept/installer/app.h2
-rw-r--r--adept/libadept/commitprogress.h2
-rw-r--r--adept/libadept/dpkgpm-gui.cpp2
-rw-r--r--adept/manager/app.cpp2
-rw-r--r--adept/manager/app.h2
-rw-r--r--adept/updater/app.cpp2
-rw-r--r--adept/updater/app.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/adept/adept/commitprogress.h b/adept/adept/commitprogress.h
index 12fdfd0..9e2aa30 100644
--- a/adept/adept/commitprogress.h
+++ b/adept/adept/commitprogress.h
@@ -4,7 +4,7 @@
#include <kde_terminal_interface.h>
#include <adept/dpkgpm-gui.h>
#include <adept/commitprogressui.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#ifndef EPT_COMMITPROGRESS_H
#define EPT_COMMITPROGRESS_H
diff --git a/adept/adept/dpkgpm-gui.cpp b/adept/adept/dpkgpm-gui.cpp
index 5bf3d48..300c63b 100644
--- a/adept/adept/dpkgpm-gui.cpp
+++ b/adept/adept/dpkgpm-gui.cpp
@@ -10,7 +10,7 @@
#include <kapplication.h>
#include <klistbox.h>
#include <klocale.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <apt-pkg/configuration.h>
#include <apt-pkg/error.h>
diff --git a/adept/batch/app.cpp b/adept/batch/app.cpp
index 087f818..2577b9c 100644
--- a/adept/batch/app.cpp
+++ b/adept/batch/app.cpp
@@ -11,7 +11,7 @@
#include <kactionclasses.h>
#include <kapplication.h>
#include <kdebug.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <ktrader.h>
#include <klibloader.h>
#include <kstatusbar.h>
diff --git a/adept/batch/app.h b/adept/batch/app.h
index ede6e36..7c0a7ac 100644
--- a/adept/batch/app.h
+++ b/adept/batch/app.h
@@ -3,7 +3,7 @@
#define APP_H
#include <kmainwindow.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <kactionclasses.h>
#include <kcmdlineargs.h>
#include <apt-front/cache/observer.h>
diff --git a/adept/installer/app.cpp b/adept/installer/app.cpp
index 8ab7c48..809e762 100644
--- a/adept/installer/app.cpp
+++ b/adept/installer/app.cpp
@@ -12,7 +12,7 @@
#include <kactionclasses.h>
#include <kapplication.h>
#include <kdebug.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <ktrader.h>
#include <klibloader.h>
#include <kstatusbar.h>
diff --git a/adept/installer/app.h b/adept/installer/app.h
index 2810432..b344e4a 100644
--- a/adept/installer/app.h
+++ b/adept/installer/app.h
@@ -3,7 +3,7 @@
#define TESTUI_APP_H
#include <kmainwindow.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <kactionclasses.h>
#include <apt-front/cache/observer.h>
#include <apt-front/cache/component/state.h>
diff --git a/adept/libadept/commitprogress.h b/adept/libadept/commitprogress.h
index 12fdfd0..9e2aa30 100644
--- a/adept/libadept/commitprogress.h
+++ b/adept/libadept/commitprogress.h
@@ -4,7 +4,7 @@
#include <kde_terminal_interface.h>
#include <adept/dpkgpm-gui.h>
#include <adept/commitprogressui.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#ifndef EPT_COMMITPROGRESS_H
#define EPT_COMMITPROGRESS_H
diff --git a/adept/libadept/dpkgpm-gui.cpp b/adept/libadept/dpkgpm-gui.cpp
index 5bf3d48..300c63b 100644
--- a/adept/libadept/dpkgpm-gui.cpp
+++ b/adept/libadept/dpkgpm-gui.cpp
@@ -10,7 +10,7 @@
#include <kapplication.h>
#include <klistbox.h>
#include <klocale.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <apt-pkg/configuration.h>
#include <apt-pkg/error.h>
diff --git a/adept/manager/app.cpp b/adept/manager/app.cpp
index 14b3c95..f1330d2 100644
--- a/adept/manager/app.cpp
+++ b/adept/manager/app.cpp
@@ -10,7 +10,7 @@
#include <kactionclasses.h>
#include <kapplication.h>
#include <kdebug.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <kstatusbar.h>
// bleeeh
diff --git a/adept/manager/app.h b/adept/manager/app.h
index 934007a..6a385b6 100644
--- a/adept/manager/app.h
+++ b/adept/manager/app.h
@@ -3,7 +3,7 @@
#define TESTUI_APP_H
#include <kmainwindow.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <kactionclasses.h>
#include <apt-front/cache/observer.h>
#include <apt-front/cache/component/state.h>
diff --git a/adept/updater/app.cpp b/adept/updater/app.cpp
index 000b950..58abdb0 100644
--- a/adept/updater/app.cpp
+++ b/adept/updater/app.cpp
@@ -11,7 +11,7 @@
#include <kactionclasses.h>
#include <kapplication.h>
#include <kdebug.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <ktrader.h>
#include <klibloader.h>
#include <kstatusbar.h>
diff --git a/adept/updater/app.h b/adept/updater/app.h
index 28d0f26..2935e2f 100644
--- a/adept/updater/app.h
+++ b/adept/updater/app.h
@@ -3,7 +3,7 @@
#define TESTUI_APP_H
#include <kmainwindow.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <kactionclasses.h>
#include <apt-front/cache/observer.h>
#include <apt-front/cache/component/state.h>