From 33881ea4441221b1ca0789a72c4c7249d923a0df Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/k3btooltip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/k3btooltip.cpp') diff --git a/src/k3btooltip.cpp b/src/k3btooltip.cpp index a28c5c2..c123955 100644 --- a/src/k3btooltip.cpp +++ b/src/k3btooltip.cpp @@ -153,7 +153,7 @@ bool K3bToolTip::eventFilter( TQObject* o, TQEvent* e ) m_tipTimer->stop(); if( m_currentTip ) { // see if we have to hide it - if( !m_currentTipRect.tqcontains( m_lastMousePos ) ) { + if( !m_currentTipRect.contains( m_lastMousePos ) ) { hideTip(); // in case we moved the mouse from one tip area to the next without leaving -- cgit v1.2.3