summaryrefslogtreecommitdiffstats
path: root/kruler
diff options
context:
space:
mode:
Diffstat (limited to 'kruler')
-rw-r--r--kruler/klineal.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}
}