diff options
author | Michele Calgaro <[email protected]> | 2023-09-02 15:48:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-02 15:48:14 +0900 |
commit | d56a6af0f49543e774f23ecfcffbd5bfc772d3c3 (patch) | |
tree | 46967176f997286308c17f181707b6d7c66c84ed /plugins/scheduler/bwswidget.cpp | |
parent | 904b29291b1e01033827e5deadda5ef3b7f05be4 (diff) | |
download | ktorrent-d56a6af0f49543e774f23ecfcffbd5bfc772d3c3.tar.gz ktorrent-d56a6af0f49543e774f23ecfcffbd5bfc772d3c3.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'plugins/scheduler/bwswidget.cpp')
-rw-r--r-- | plugins/scheduler/bwswidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/scheduler/bwswidget.cpp b/plugins/scheduler/bwswidget.cpp index b3358a7..da37f06 100644 --- a/plugins/scheduler/bwswidget.cpp +++ b/plugins/scheduler/bwswidget.cpp @@ -63,7 +63,7 @@ namespace kt setColumnLabels(days); setRowLabels(hours); - setFocusPolicy(TQ_StrongFocus); + setFocusPolicy(TQWidget::StrongFocus); TQFont f; f.setPointSize(8); |