summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:49:26 +0900
committerMichele Calgaro <[email protected]>2023-09-03 22:43:40 +0900
commit6be0f33ee516e0289e75604982ead3784dacec87 (patch)
tree7f65a09f31471bb22bdab0991c6b3af646571296 /src/gui/widgets
parent45016a2fba12ee4dc9ff29854504ae79a24fda11 (diff)
downloadrosegarden-6be0f33ee516e0289e75604982ead3784dacec87.tar.gz
rosegarden-6be0f33ee516e0289e75604982ead3784dacec87.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 49df580e122b7b7e42d0c2668cdd8159fbc62648)
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/QDeferScrollView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/QDeferScrollView.cpp b/src/gui/widgets/QDeferScrollView.cpp
index e0b70ed..be651ff 100644
--- a/src/gui/widgets/QDeferScrollView.cpp
+++ b/src/gui/widgets/QDeferScrollView.cpp
@@ -33,7 +33,7 @@ namespace Rosegarden
QDeferScrollView::QDeferScrollView(TQWidget* parent, const char *name, WFlags f)
: TQScrollView(parent, name, f)
{
- setFocusPolicy(TQ_WheelFocus);
+ setFocusPolicy(TQWidget::WheelFocus);
}
void QDeferScrollView::setBottomMargin(int m)