diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 02:39:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 02:39:04 -0600 |
commit | 55f92ecb7c523723045fbbd3f543bd026e0529c8 (patch) | |
tree | 3afe2aef21538ea0929645d772ff50dad0a48153 /kmail/kmreaderwin.h | |
parent | be8e6cb1e80a04639544c0730365f9c35c7c51ad (diff) | |
download | tdepim-55f92ecb7c523723045fbbd3f543bd026e0529c8.tar.gz tdepim-55f92ecb7c523723045fbbd3f543bd026e0529c8.zip |
Fix unintended rename
Diffstat (limited to 'kmail/kmreaderwin.h')
-rw-r--r-- | kmail/kmreaderwin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmreaderwin.h b/kmail/kmreaderwin.h index d89d184b6..6251a4849 100644 --- a/kmail/kmreaderwin.h +++ b/kmail/kmreaderwin.h @@ -319,10 +319,10 @@ public: void setShowSignatureDetails( bool showDetails = true ) { mShowSignatureDetails = showDetails; } /* show or hide the list that points to the attachments */ - bool showAttachmentQuictdelist() const { return mShowAttachmentQuictdelist; } + bool showAttachmentQuicklist() const { return mShowAttachmentQuicklist; } /* show or hide the list that points to the attachments */ - void setShowAttachmentQuictdelist( bool showAttachmentQuictdelist = true ) { mShowAttachmentQuictdelist = showAttachmentQuictdelist; } + void setShowAttachmentQuicklist( bool showAttachmentQuicklist = true ) { mShowAttachmentQuicklist = showAttachmentQuicklist; } // This controls whether a Toltec invitation is shown in its raw form or as a replacement text. // This can be toggled with the "kmail:showRawToltecMail" link. @@ -609,7 +609,7 @@ private: int mLevelQuote; bool mDecrytMessageOverwrite; bool mShowSignatureDetails; - bool mShowAttachmentQuictdelist; + bool mShowAttachmentQuicklist; bool mShowRawToltecMail; bool mExternalWindow; }; |