summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/QDeferScrollView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/QDeferScrollView.cpp')
-rw-r--r--src/gui/widgets/QDeferScrollView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/QDeferScrollView.cpp b/src/gui/widgets/QDeferScrollView.cpp
index 35f098e..6363239 100644
--- a/src/gui/widgets/QDeferScrollView.cpp
+++ b/src/gui/widgets/QDeferScrollView.cpp
@@ -32,8 +32,8 @@
namespace Rosegarden
{
-QDeferScrollView::QDeferScrollView(TQWidget* tqparent, const char *name, WFlags f)
- : TQScrollView(tqparent, name, f)
+QDeferScrollView::QDeferScrollView(TQWidget* parent, const char *name, WFlags f)
+ : TQScrollView(parent, name, f)
{
setFocusPolicy(TQ_WheelFocus);
}