diff options
Diffstat (limited to 'ksirc/kstextview.h')
-rw-r--r-- | ksirc/kstextview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/kstextview.h b/ksirc/kstextview.h index e033c0a0..6b3813a8 100644 --- a/ksirc/kstextview.h +++ b/ksirc/kstextview.h @@ -473,7 +473,7 @@ class TextView : public TQScrollView friend class TextParag; friend class TextParagIterator; public: - TextView( TQWidget *tqparent, const char *name = 0 ); + TextView( TQWidget *parent, const char *name = 0 ); virtual ~TextView(); virtual void clear(); |