summaryrefslogtreecommitdiffstats
path: root/kmail/kmcomposewin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmcomposewin.h')
-rw-r--r--kmail/kmcomposewin.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kmail/kmcomposewin.h b/kmail/kmcomposewin.h
index 123f112b..76f46060 100644
--- a/kmail/kmcomposewin.h
+++ b/kmail/kmcomposewin.h
@@ -1,4 +1,4 @@
-/* -*- mode: C++; c-file-style: "gnu" -*-
+/*
* KMComposeWin Header File
* Author: Markus Wuebben <markus.wuebben@kde.org>
*/
@@ -98,7 +98,7 @@ namespace GpgME {
//-----------------------------------------------------------------------------
class KMComposeWin : public KMail::Composer, public MailComposerIface
{
- Q_OBJECT
+ TQ_OBJECT
friend class ::KMEdit;
friend class ::MessageComposer;
@@ -157,8 +157,8 @@ public: // kmkernel, kmcommands, callback
* Set the message the composer shall work with. This discards
* previous messages without calling applyChanges() on them before.
*/
- void setMsg(KMMessage* newMsg, bool mayAutoSign=TRUE,
- bool allowDecryption=FALSE, bool isModified=FALSE);
+ void setMsg(KMMessage* newMsg, bool mayAutoSign=true,
+ bool allowDecryption=false, bool isModified=false);
void disableWordWrap();
@@ -215,7 +215,7 @@ private:
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
*/
inline void setAutoDelete(bool f) { mAutoDeleteMsg = f; }
@@ -235,7 +235,7 @@ public: // kmkernel, kmcommand, mailserviceimpl
/**
* Recode to the specified charset
*/
- void setCharset(const TQCString& aCharset, bool forceDefault = FALSE);
+ void setCharset(const TQCString& aCharset, bool forceDefault = false);
public: // kmcommand
/**
@@ -527,7 +527,7 @@ signals:
private:
/**
* Applies the user changes to the message object of the composer
- * and signs/encrypts the message if activated. Returns FALSE in
+ * and signs/encrypts the message if activated. Returns false in
* case of an error (e.g. if PGP encryption fails).
* Disables the controls of the composer window unless @dontDisable
* is true.