From 0ec603a650cc7b82eda626d8498af000496d9cbb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:12:26 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- src/textview.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/textview.cpp') 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 -#include +#include +#include // #include "kateview.h" #include @@ -93,7 +93,7 @@ TextView::TextView( TextDocument * textDocument, ViewContainer *viewContainer, u m_statusBar->insertItem( "", ViewStatusBar::LineCol ); - m_view->installPopup( static_cast( p_ktechlab->factory()->container( "ktexteditor_popup", p_ktechlab ) ) ); + m_view->installPopup( static_cast( 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()) ); -- cgit v1.2.3