diff options
Diffstat (limited to 'noatun/library/scrollinglabel.cpp')
-rw-r--r-- | noatun/library/scrollinglabel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/library/scrollinglabel.cpp b/noatun/library/scrollinglabel.cpp index 682c4f6a..4484c872 100644 --- a/noatun/library/scrollinglabel.cpp +++ b/noatun/library/scrollinglabel.cpp @@ -55,10 +55,10 @@ class ScrollingLabel::Private ScrollingLabel::ScrollingLabel ( const TQString & initialText, - TQWidget * tqparent, + TQWidget * parent, const char * name ) - : TQWidget(tqparent, name) + : TQWidget(parent, name) { d = new Private; |