summaryrefslogtreecommitdiffstats
path: root/kalarm/recurrenceedit.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:54:01 +0900
committerMichele Calgaro <[email protected]>2023-09-04 10:33:10 +0900
commit91d0481e3bd0d37fa1a746b117fe04fff8221164 (patch)
tree07b9c448d5a66a07bd1ee71bd838373044c3d3a5 /kalarm/recurrenceedit.cpp
parentc5f2c57c55beb8d9ac2b5596bb7d75601ed9d2af (diff)
downloadtdepim-91d0481e3bd0d37fa1a746b117fe04fff8221164.tar.gz
tdepim-91d0481e3bd0d37fa1a746b117fe04fff8221164.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 84129a6fadb049acceb743bd6cf1dea0c513522a)
Diffstat (limited to 'kalarm/recurrenceedit.cpp')
-rw-r--r--kalarm/recurrenceedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/recurrenceedit.cpp b/kalarm/recurrenceedit.cpp
index 4a61ed667..111332531 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);
}
/******************************************************************************