summaryrefslogtreecommitdiffstats
path: root/kmail/regexplineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/regexplineedit.h')
-rw-r--r--kmail/regexplineedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/regexplineedit.h b/kmail/regexplineedit.h
index 65a1b731..2cfeaa4a 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;