diff options
Diffstat (limited to 'kalarm/lib/slider.cpp')
-rw-r--r-- | kalarm/lib/slider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/lib/slider.cpp b/kalarm/lib/slider.cpp index 0b30f744a..f901f6db1 100644 --- a/kalarm/lib/slider.cpp +++ b/kalarm/lib/slider.cpp @@ -54,7 +54,7 @@ void Slider::mousePressEvent(TQMouseEvent* e) if (mReadOnly) { // Swallow up the event if it's the left button - if (e->button() == TQt::LeftButton) + if (e->button() == Qt::LeftButton) return; } TQSlider::mousePressEvent(e); |