summaryrefslogtreecommitdiffstats
path: root/parts/texttools
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/texttools
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/texttools')
-rw-r--r--parts/texttools/texttoolspart.cpp2
-rw-r--r--parts/texttools/texttoolspart.h2
-rw-r--r--parts/texttools/texttoolswidget.cpp8
3 files changed, 6 insertions, 6 deletions
diff --git a/parts/texttools/texttoolspart.cpp b/parts/texttools/texttoolspart.cpp
index deb88ff3..0450782f 100644
--- a/parts/texttools/texttoolspart.cpp
+++ b/parts/texttools/texttoolspart.cpp
@@ -16,7 +16,7 @@
#include <klocale.h>
#include <kdevgenericfactory.h>
#include <kdevplugininfo.h>
-#include <ktexteditor/editinterface.h>
+#include <tdetexteditor/editinterface.h>
#include "kdevpartcontroller.h"
#include "kdevmainwindow.h"
diff --git a/parts/texttools/texttoolspart.h b/parts/texttools/texttoolspart.h
index 46f9b7cc..5ebee704 100644
--- a/parts/texttools/texttoolspart.h
+++ b/parts/texttools/texttoolspart.h
@@ -13,7 +13,7 @@
#define _TEXTTOOLSPART_H_
#include <tqguardedptr.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include "kdevplugin.h"
class TextToolsWidget;
diff --git a/parts/texttools/texttoolswidget.cpp b/parts/texttools/texttoolswidget.cpp
index a358fb07..f655511f 100644
--- a/parts/texttools/texttoolswidget.cpp
+++ b/parts/texttools/texttoolswidget.cpp
@@ -16,11 +16,11 @@
#include <tqtimer.h>
#include <kdebug.h>
#include <klocale.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <kpopupmenu.h>
-#include <ktexteditor/viewcursorinterface.h>
-#include <ktexteditor/selectioninterface.h>
-#include <ktexteditor/editinterface.h>
+#include <tdetexteditor/viewcursorinterface.h>
+#include <tdetexteditor/selectioninterface.h>
+#include <tdetexteditor/editinterface.h>
#include "kdevmainwindow.h"
#include "kdevpartcontroller.h"