summaryrefslogtreecommitdiffstats
path: root/src/textview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:12:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:12:26 -0600
commit0ec603a650cc7b82eda626d8498af000496d9cbb (patch)
tree7f32e1663683d941125ead68ff07881d046b540b /src/textview.cpp
parent2b37df4ca0c9bae516c4fa00579584d6e3fcfd27 (diff)
downloadktechlab-0ec603a650cc7b82eda626d8498af000496d9cbb.tar.gz
ktechlab-0ec603a650cc7b82eda626d8498af000496d9cbb.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/textview.cpp')
-rw-r--r--src/textview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/textview.cpp b/src/textview.cpp
index 309ac6a..d6692c5 100644
--- a/src/textview.cpp
+++ b/src/textview.cpp
@@ -23,8 +23,8 @@
#include "variablelabel.h"
#include "viewiface.h"
-#include <ktexteditor/editinterface.h>
-#include <ktexteditor/texthintinterface.h>
+#include <tdetexteditor/editinterface.h>
+#include <tdetexteditor/texthintinterface.h>
// #include "kateview.h"
#include <kdebug.h>
@@ -93,7 +93,7 @@ TextView::TextView( TextDocument * textDocument, ViewContainer *viewContainer, u
m_statusBar->insertItem( "", ViewStatusBar::LineCol );
- m_view->installPopup( static_cast<TQPopupMenu*>( p_ktechlab->factory()->container( "ktexteditor_popup", p_ktechlab ) ) );
+ m_view->installPopup( static_cast<TQPopupMenu*>( p_ktechlab->factory()->container( "tdetexteditor_popup", p_ktechlab ) ) );
connect( m_view, TQT_SIGNAL(cursorPositionChanged()), this, TQT_SLOT(slotCursorPositionChanged()) );
connect( m_view, TQT_SIGNAL(gotFocus(Kate::View*)), this, TQT_SLOT(setFocused()) );