diff options
Diffstat (limited to 'superkaramba/src/textlabel.cpp')
-rw-r--r-- | superkaramba/src/textlabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/textlabel.cpp b/superkaramba/src/textlabel.cpp index 376f226..0cf8891 100644 --- a/superkaramba/src/textlabel.cpp +++ b/superkaramba/src/textlabel.cpp @@ -339,7 +339,7 @@ void TextLabel::mUpdate(TQPainter *p) bool TextLabel::click(TQMouseEvent* e) { - if (getBoundingBox().tqcontains(e -> x(), e -> y()) && isEnabled()) + if (getBoundingBox().contains(e -> x(), e -> y()) && isEnabled()) { TQString program; if (e -> button() == Qt::LeftButton) |