From c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:31 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 94844816550ad672ccfcdc25659c625546239998. --- kword/KWFrameViewManager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kword/KWFrameViewManager.cpp') diff --git a/kword/KWFrameViewManager.cpp b/kword/KWFrameViewManager.cpp index a0070584..c4349ae8 100644 --- a/kword/KWFrameViewManager.cpp +++ b/kword/KWFrameViewManager.cpp @@ -283,14 +283,14 @@ TQCursor KWFrameViewManager::mouseCursor( const KoPoint &point, int keyState ) c } if(view == 0) - return TQCursor(); // default arrow shape + return TQCursor(); // default arrow tqshape KWFrameSet*frameSet = view->frame()->frameSet(); switch ( meaning ) { case MEANING_NONE: return TQt::ibeamCursor; // default cursor in margins case MEANING_MOUSE_INSIDE: - return TQCursor(); // default arrow shape + return TQCursor(); // default arrow tqshape case MEANING_MOUSE_INSIDE_TEXT: return TQt::ibeamCursor; case MEANING_MOUSE_OVER_LINK: @@ -327,7 +327,7 @@ TQCursor KWFrameViewManager::mouseCursor( const KoPoint &point, int keyState ) c case MEANING_FORBIDDEN: return KCursor::handCursor(); } - return TQCursor(); // default arrow shape + return TQCursor(); // default arrow tqshape } MouseMeaning KWFrameViewManager::mouseMeaning( const KoPoint &point, int keyState) const { -- cgit v1.2.1