diff options
Diffstat (limited to 'src/gui/widgets/QDeferScrollView.cpp')
-rw-r--r-- | src/gui/widgets/QDeferScrollView.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/QDeferScrollView.cpp b/src/gui/widgets/QDeferScrollView.cpp index 38cb211..35f098e 100644 --- a/src/gui/widgets/QDeferScrollView.cpp +++ b/src/gui/widgets/QDeferScrollView.cpp @@ -32,10 +32,10 @@ namespace Rosegarden { -QDeferScrollView::QDeferScrollView(TQWidget* parent, const char *name, WFlags f) - : TQScrollView(parent, name, f) +QDeferScrollView::QDeferScrollView(TQWidget* tqparent, const char *name, WFlags f) + : TQScrollView(tqparent, name, f) { - setFocusPolicy(TQWidget::WheelFocus); + setFocusPolicy(TQ_WheelFocus); } void QDeferScrollView::setBottomMargin(int m) |