summaryrefslogtreecommitdiffstats
path: root/src/libgui/text_editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgui/text_editor.cpp')
-rw-r--r--src/libgui/text_editor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libgui/text_editor.cpp b/src/libgui/text_editor.cpp
index dca5827..077b8d8 100644
--- a/src/libgui/text_editor.cpp
+++ b/src/libgui/text_editor.cpp
@@ -19,7 +19,7 @@
#include <kfiledialog.h>
#include <klocale.h>
#include <kapplication.h>
-#include <ktexteditor/markinterface.h>
+#include <tdetexteditor/markinterface.h>
#include "main_global.h"
#include "gui_debug_manager.h"
@@ -101,7 +101,7 @@ void TextEditor::addView()
v->setFocus();
v->child(0, "KateViewInternal")->installEventFilter(this);
KTextEditor::PopupMenuInterface *pmi = KTextEditor::popupMenuInterface(v);
- pmi->installPopup(&Main::popup("ktexteditor_popup"));
+ pmi->installPopup(&Main::popup("tdetexteditor_popup"));
// dispatch available space between views
TQValueList<int> list = _split->sizes();