summaryrefslogtreecommitdiffstats
path: root/src/libgui/text_editor.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:13:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:13:12 -0600
commitc0695dee383cf8b5a856dc412a54238926599956 (patch)
tree722fff466787adda2fceda598117d7e7b5560ca0 /src/libgui/text_editor.cpp
parent151a9ebb248b018d3036f7da2f58f404851917d6 (diff)
downloadpiklab-c0695dee383cf8b5a856dc412a54238926599956.tar.gz
piklab-c0695dee383cf8b5a856dc412a54238926599956.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
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();