diff options
Diffstat (limited to 'ksysv/kscroller.cpp')
-rw-r--r-- | ksysv/kscroller.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysv/kscroller.cpp b/ksysv/kscroller.cpp index 4ac01cc..986e805 100644 --- a/ksysv/kscroller.cpp +++ b/ksysv/kscroller.cpp @@ -23,8 +23,8 @@ public: TQWidget* setCornerWidget; }; -KScroller::KScroller (TQWidget* tqparent, const char* name) - : TQFrame (tqparent, name), +KScroller::KScroller (TQWidget* parent, const char* name) + : TQFrame (parent, name), d (new KScrollerPrivate()), mVertical (new TQScrollBar (Qt::Vertical, this)), mHorizontal (new TQScrollBar (Qt::Horizontal, this)), |