From 84129a6fadb049acceb743bd6cf1dea0c513522a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 2 Sep 2023 15:54:01 +0900 Subject: Replace TQ_*Focus* and TQ_Scale* defines Signed-off-by: Michele Calgaro --- kalarm/recurrenceedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalarm/recurrenceedit.cpp') diff --git a/kalarm/recurrenceedit.cpp b/kalarm/recurrenceedit.cpp index 4a61ed66..11133253 100644 --- a/kalarm/recurrenceedit.cpp +++ b/kalarm/recurrenceedit.cpp @@ -712,7 +712,7 @@ void RecurrenceEdit::enableExceptionButtons() mChangeExceptionButton->setEnabled(enable); // Prevent the exceptions list box receiving keyboard focus is it's empty - mExceptionDateList->setFocusPolicy(mExceptionDateList->count() ? TQ_WheelFocus : TQ_NoFocus); + mExceptionDateList->setFocusPolicy(mExceptionDateList->count() ? TQWidget::WheelFocus : TQWidget::NoFocus); } /****************************************************************************** -- cgit v1.2.3