diff options
Diffstat (limited to 'kmail/regexplineedit.cpp')
-rw-r--r-- | kmail/regexplineedit.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/regexplineedit.cpp b/kmail/regexplineedit.cpp index 1d4d3b992..0b2b2fb50 100644 --- a/kmail/regexplineedit.cpp +++ b/kmail/regexplineedit.cpp @@ -49,8 +49,8 @@ namespace KMail { - RegExpLineEdit::RegExpLineEdit( TQWidget *tqparent, const char *name ) - : TQWidget( tqparent, name ), + RegExpLineEdit::RegExpLineEdit( TQWidget *parent, const char *name ) + : TQWidget( parent, name ), mLineEdit( 0 ), mRegExpEditButton( 0 ), mRegExpEditDialog( 0 ) @@ -58,9 +58,9 @@ namespace KMail { initWidget(); } - RegExpLineEdit::RegExpLineEdit( const TQString &str, TQWidget *tqparent, + RegExpLineEdit::RegExpLineEdit( const TQString &str, TQWidget *parent, const char *name ) - : TQWidget( tqparent, name ), + : TQWidget( parent, name ), mLineEdit( 0 ), mRegExpEditButton( 0 ), mRegExpEditDialog( 0 ) |