From 55f92ecb7c523723045fbbd3f543bd026e0529c8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 11 Feb 2013 02:39:04 -0600 Subject: Fix unintended rename --- kmail/kmreaderwin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmail/kmreaderwin.h') diff --git a/kmail/kmreaderwin.h b/kmail/kmreaderwin.h index d89d184b..6251a484 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; }; -- cgit v1.2.3