summaryrefslogtreecommitdiffstats
path: root/languages/bash
diff options
context:
space:
mode:
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;