From 98876ba8c52c0fc2f38c258476bc9637f055d576 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 9 Nov 2023 10:37:12 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- kalarm/lib/combobox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalarm/lib/combobox.cpp') diff --git a/kalarm/lib/combobox.cpp b/kalarm/lib/combobox.cpp index 99577506d..253881f5c 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() == Qt::LeftButton) + if (e->button() == TQt::LeftButton) return; } TQComboBox::mousePressEvent(e); -- cgit v1.2.1