diff options
Diffstat (limited to 'kmail/composer.h')
-rw-r--r-- | kmail/composer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/composer.h b/kmail/composer.h index 30cf0b28..ba2ab035 100644 --- a/kmail/composer.h +++ b/kmail/composer.h @@ -1,4 +1,4 @@ -/* -*- mode: C++; c-file-style: "gnu" -*- +/* * KMComposeWin Header File * Author: Markus Wuebben <markus.wuebben@kde.org> */ @@ -34,7 +34,7 @@ namespace KMail { Composer * makeComposer( KMMessage * msg=0, uint identity=0 ); class Composer : public KMail::SecondaryWindow { - Q_OBJECT + TQ_OBJECT protected: Composer( const char * name=0 ) : KMail::SecondaryWindow( name ) {} @@ -83,7 +83,7 @@ namespace KMail { public: // kmkernel, callback /** * If this flag is set the message of the composer is deleted when - * the composer is closed and the message was not sent. Default: FALSE + * the composer is closed and the message was not sent. Default: false */ virtual void setAutoDelete( bool f ) = 0; |