diff options
Diffstat (limited to 'filesharing/simple/krichtextlabel.h')
-rw-r--r-- | filesharing/simple/krichtextlabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesharing/simple/krichtextlabel.h b/filesharing/simple/krichtextlabel.h index 42e7a758..e9b59d4e 100644 --- a/filesharing/simple/krichtextlabel.h +++ b/filesharing/simple/krichtextlabel.h @@ -40,8 +40,8 @@ public: /** * Default constructor. */ - KRichTextLabel( TQWidget *tqparent, const char *name = 0 ); - KRichTextLabel( const TQString &text, TQWidget *tqparent, const char *name = 0 ); + KRichTextLabel( TQWidget *parent, const char *name = 0 ); + KRichTextLabel( const TQString &text, TQWidget *parent, const char *name = 0 ); int defaultWidth() const { return m_defaultWidth; } void setDefaultWidth(int defaultWidth); |