diff options
Diffstat (limited to 'kruler/klineal.cpp')
-rw-r--r-- | kruler/klineal.cpp | 2 |
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(); } } |