diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:54:01 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:54:01 +0900 |
commit | 84129a6fadb049acceb743bd6cf1dea0c513522a (patch) | |
tree | 959a986f95c87092b1aefb8a0def491284409985 /kalarm/recurrenceedit.cpp | |
parent | 6e5a971f6ba86df21b9f6cfae07d7d4dac355806 (diff) | |
download | tdepim-84129a6fadb049acceb743bd6cf1dea0c513522a.tar.gz tdepim-84129a6fadb049acceb743bd6cf1dea0c513522a.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kalarm/recurrenceedit.cpp')
-rw-r--r-- | kalarm/recurrenceedit.cpp | 2 |
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); } /****************************************************************************** |