From da4be7880ff1de6415ab6256afd2514e64f5fa2e 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/kdegraphics@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kruler/klineal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kruler/klineal.cpp') diff --git a/kruler/klineal.cpp b/kruler/klineal.cpp index 7c2f6fdc..426c6c24 100644 --- a/kruler/klineal.cpp +++ b/kruler/klineal.cpp @@ -451,7 +451,7 @@ void KLineal::enterEvent(TQEvent * /*inEvent*/) { * overwritten to switch the value label and line cursor off */ void KLineal::leaveEvent(TQEvent * /*inEvent*/) { - if (!tqgeometry().tqcontains(TQCursor::pos())) { + if (!tqgeometry().contains(TQCursor::pos())) { hideLabel(); } } -- cgit v1.2.1