diff options
Diffstat (limited to 'kalarm/lib/combobox.cpp')
-rw-r--r-- | kalarm/lib/combobox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/lib/combobox.cpp b/kalarm/lib/combobox.cpp index 0c526cae3..2acb5a442 100644 --- a/kalarm/lib/combobox.cpp +++ b/kalarm/lib/combobox.cpp @@ -47,7 +47,7 @@ void ComboBox::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; } TQComboBox::mousePressEvent(e); |