From aea627236e4de24599c3e30617cf264c3c1b7d40 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:02:43 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kpresenter/KPrTextObject.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpresenter/KPrTextObject.cpp') diff --git a/kpresenter/KPrTextObject.cpp b/kpresenter/KPrTextObject.cpp index 6ae9bec00..d0782541d 100644 --- a/kpresenter/KPrTextObject.cpp +++ b/kpresenter/KPrTextObject.cpp @@ -2211,14 +2211,14 @@ void KPrTextView::mouseReleaseEvent( TQMouseEvent *, const TQPoint & ) handleMouseReleaseEvent(); } -void KPrTextView::showPopup( KPrView *view, const TQPoint &point, TQPtrList& actionList ) +void KPrTextView::showPopup( KPrView *view, const TQPoint &point, TQPtrList& actionList ) { TQString word = wordUnderCursor( *cursor() ); view->unplugActionList( "datatools" ); view->unplugActionList( "datatools_link" ); view->unplugActionList( "spell_result_action" ); view->unplugActionList( "variable_action" ); - TQPtrList &variableList = view->variableActionList(); + TQPtrList &variableList = view->variableActionList(); variableList.clear(); actionList.clear(); @@ -2259,7 +2259,7 @@ void KPrTextView::showPopup( KPrView *view, const TQPoint &point, TQPtrList actionCheckSpellList =view->listOfResultOfCheckWord( word ); + TQPtrList actionCheckSpellList =view->listOfResultOfCheckWord( word ); if ( actionCheckSpellList.count()>0) { view->plugActionList( "spell_result_action", actionCheckSpellList ); -- cgit v1.2.3