From d318087925a540a204c9d3820d5a09fbda58b8b2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:21:55 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- kmail/kmreaderwin.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kmail/kmreaderwin.cpp') diff --git a/kmail/kmreaderwin.cpp b/kmail/kmreaderwin.cpp index 31f7356b6..f75137ee7 100644 --- a/kmail/kmreaderwin.cpp +++ b/kmail/kmreaderwin.cpp @@ -93,7 +93,7 @@ using KMail::TeeHtmlWriter; // for the click on attachment stuff (dnaber): #include #include -#include +#include #include // Sven's : for access and getpid #include #include @@ -105,7 +105,7 @@ using KMail::TeeHtmlWriter; #include #include #include -#include +#include #include #include #include @@ -440,7 +440,7 @@ KMReaderWin::KMReaderWin(TQWidget *aParent, mSavedRelativePosition( 0 ), mDecrytMessageOverwrite( false ), mShowSignatureDetails( false ), - mShowAttachmentQuicklist( true ), + mShowAttachmentQuictdelist( true ), mShowRawToltecMail( false ) { mExternalWindow = (aParent == mainWindow ); @@ -2872,12 +2872,12 @@ void KMReaderWin::injectAttachments() TQString visibility; TQString urlHandle; TQString imgSrc; - if( !showAttachmentQuicklist() ) { - urlHandle.append( "kmail:showAttachmentQuicklist" ); - imgSrc.append( "attachmentQuicklistClosed.png" ); + if( !showAttachmentQuictdelist() ) { + urlHandle.append( "kmail:showAttachmentQuictdelist" ); + imgSrc.append( "attachmentQuictdelistClosed.png" ); } else { - urlHandle.append( "kmail:hideAttachmentQuicklist" ); - imgSrc.append( "attachmentQuicklistOpened.png" ); + urlHandle.append( "kmail:hideAttachmentQuictdelist" ); + imgSrc.append( "attachmentQuictdelistOpened.png" ); } TQString html = renderAttachments( mRootNode, TQApplication::palette().active().background() ); @@ -2919,7 +2919,7 @@ TQString KMReaderWin::renderAttachments(partNode * node, const TQColor &bgColor if ( !subHtml.isEmpty() ) { TQString visibility; - if ( !showAttachmentQuicklist() ) { + if ( !showAttachmentQuictdelist() ) { visibility.append( "display:none;" ); } -- cgit v1.2.1