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 4db2e922..22dd69ff 100644 --- a/kmail/regexplineedit.h +++ b/kmail/regexplineedit.h @@ -1,4 +1,4 @@ -/* -*- mode: C++; c-file-style: "gnu" -*- +/* regexplineedit.h This file is part of KMail, the KDE mail client. @@ -46,7 +46,7 @@ namespace KMail { class RegExpLineEdit : public TQWidget { - Q_OBJECT + TQ_OBJECT public: |