diff options
Diffstat (limited to 'kmail/kmcomposewin.h')
| -rw-r--r-- | kmail/kmcomposewin.h | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/kmcomposewin.h b/kmail/kmcomposewin.h index 942fc001..76f46060 100644 --- a/kmail/kmcomposewin.h +++ b/kmail/kmcomposewin.h @@ -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.  | 
