summaryrefslogtreecommitdiffstats
path: root/kalarm/lib/combobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/lib/combobox.cpp')
-rw-r--r--kalarm/lib/combobox.cpp2
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);