diff options
Diffstat (limited to 'kmail/regexplineedit.h')
-rw-r--r-- | kmail/regexplineedit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/regexplineedit.h b/kmail/regexplineedit.h index 65a1b731c..2cfeaa4a8 100644 --- a/kmail/regexplineedit.h +++ b/kmail/regexplineedit.h @@ -50,9 +50,9 @@ namespace KMail { TQ_OBJECT public: - RegExpLineEdit( const TQString &str, TQWidget *tqparent = 0, + RegExpLineEdit( const TQString &str, TQWidget *parent = 0, const char *name = 0 ); - RegExpLineEdit( TQWidget *tqparent = 0, const char *name = 0 ); + RegExpLineEdit( TQWidget *parent = 0, const char *name = 0 ); TQString text() const; |