summaryrefslogtreecommitdiffstats
path: root/languages/bash
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 /languages/bash
parentfd1d1e1064eb09ddbbd67d3597c39856f5c0bc76 (diff)
downloadtdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.tar.gz
tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'languages/bash')
-rw-r--r--languages/bash/bashsupport_part.cpp2
-rw-r--r--languages/bash/bashsupport_part.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/languages/bash/bashsupport_part.cpp b/languages/bash/bashsupport_part.cpp
index ebd483a4..4ac60e3e 100644
--- a/languages/bash/bashsupport_part.cpp
+++ b/languages/bash/bashsupport_part.cpp
@@ -18,7 +18,7 @@
#include <kprocess.h>
#include <kdebug.h>
#include <kaction.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <kdialogbase.h>
diff --git a/languages/bash/bashsupport_part.h b/languages/bash/bashsupport_part.h
index 5c1dce74..284e4f4c 100644
--- a/languages/bash/bashsupport_part.h
+++ b/languages/bash/bashsupport_part.h
@@ -16,9 +16,9 @@
#include <kdevplugin.h>
#include <kdevlanguagesupport.h>
-#include <ktexteditor/editinterface.h>
-#include <ktexteditor/viewcursorinterface.h>
-#include <ktexteditor/codecompletioninterface.h>
+#include <tdetexteditor/editinterface.h>
+#include <tdetexteditor/viewcursorinterface.h>
+#include <tdetexteditor/codecompletioninterface.h>
//class BashSupportWidget;