diff options
Diffstat (limited to 'src/gui/widgets/QDeferScrollView.cpp')
-rw-r--r-- | src/gui/widgets/QDeferScrollView.cpp | 2 |
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) |