summaryrefslogtreecommitdiffstats
path: root/parts/abbrev
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/abbrev
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/abbrev')
-rw-r--r--parts/abbrev/abbrevpart.cpp10
-rw-r--r--parts/abbrev/abbrevpart.h2
2 files changed, 6 insertions, 6 deletions
diff --git a/parts/abbrev/abbrevpart.cpp b/parts/abbrev/abbrevpart.cpp
index 5aeeb62c..3abe3b09 100644
--- a/parts/abbrev/abbrevpart.cpp
+++ b/parts/abbrev/abbrevpart.cpp
@@ -22,7 +22,7 @@
#include <kdebug.h>
#include <kdialogbase.h>
#include <klocale.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <kstandarddirs.h>
#include <kdevgenericfactory.h>
#include <kaction.h>
@@ -31,10 +31,10 @@
#include <kiconloader.h>
#include <kdevplugininfo.h>
-#include <ktexteditor/document.h>
-#include <ktexteditor/editinterface.h>
-#include <ktexteditor/viewcursorinterface.h>
-#include <ktexteditor/codecompletioninterface.h>
+#include <tdetexteditor/document.h>
+#include <tdetexteditor/editinterface.h>
+#include <tdetexteditor/viewcursorinterface.h>
+#include <tdetexteditor/codecompletioninterface.h>
#include "kdevcore.h"
#include "kdevpartcontroller.h"
diff --git a/parts/abbrev/abbrevpart.h b/parts/abbrev/abbrevpart.h
index db2833fc..5fb37e97 100644
--- a/parts/abbrev/abbrevpart.h
+++ b/parts/abbrev/abbrevpart.h
@@ -20,7 +20,7 @@
#include <tqptrlist.h>
#include "kdevplugin.h"
-#include <ktexteditor/codecompletioninterface.h>
+#include <tdetexteditor/codecompletioninterface.h>
class KDialogBase;