summaryrefslogtreecommitdiffstats
path: root/kmail/composer.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/composer.h')
-rw-r--r--kmail/composer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/composer.h b/kmail/composer.h
index 709bfb73..ba2ab035 100644
--- a/kmail/composer.h
+++ b/kmail/composer.h
@@ -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;