summaryrefslogtreecommitdiffstats
path: root/parts/astyle
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:18:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:18:13 -0600
commit2fb700f92bb787fab0845a63a541cd5640daa449 (patch)
treec6f769db55585dd47a9fd415a40ee8b86926f683 /parts/astyle
parentfd1d1e1064eb09ddbbd67d3597c39856f5c0bc76 (diff)
downloadtdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.tar.gz
tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'parts/astyle')
-rw-r--r--parts/astyle/astyle_part.cpp12
-rw-r--r--parts/astyle/astyle_part.h2
2 files changed, 7 insertions, 7 deletions
diff --git a/parts/astyle/astyle_part.cpp b/parts/astyle/astyle_part.cpp
index 620315d3..18675ad5 100644
--- a/parts/astyle/astyle_part.cpp
+++ b/parts/astyle/astyle_part.cpp
@@ -10,12 +10,12 @@
#include <kdevgenericfactory.h>
#include <kiconloader.h>
#include <klocale.h>
-#include <kparts/part.h>
-#include <kparts/partmanager.h>
-#include <ktexteditor/editinterface.h>
-#include <ktexteditor/document.h>
-#include <ktexteditor/viewcursorinterface.h>
-#include <ktexteditor/selectioninterface.h>
+#include <tdeparts/part.h>
+#include <tdeparts/partmanager.h>
+#include <tdetexteditor/editinterface.h>
+#include <tdetexteditor/document.h>
+#include <tdetexteditor/viewcursorinterface.h>
+#include <tdetexteditor/selectioninterface.h>
#include <kprogress.h>
#include <kdevcore.h>
#include <kdevapi.h>
diff --git a/parts/astyle/astyle_part.h b/parts/astyle/astyle_part.h
index 3bc36ff2..eed15022 100644
--- a/parts/astyle/astyle_part.h
+++ b/parts/astyle/astyle_part.h
@@ -9,7 +9,7 @@
class KDialogBase;
#include <kdevsourceformatter.h>
#include <kaction.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <kdevplugin.h>
#include <kdebug.h>
#include <tqmap.h>