diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:21:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:21:55 -0600 |
commit | d318087925a540a204c9d3820d5a09fbda58b8b2 (patch) | |
tree | b8dde6aa5d6559b81c6667d8364a4364c27bcba4 /kmail/urlhandlermanager.cpp | |
parent | 6cc5f72b33f1d281de3e1bf809b1b5e77d5c96cf (diff) | |
download | tdepim-d318087925a540a204c9d3820d5a09fbda58b8b2.tar.gz tdepim-d318087925a540a204c9d3820d5a09fbda58b8b2.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kmail/urlhandlermanager.cpp')
-rw-r--r-- | kmail/urlhandlermanager.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kmail/urlhandlermanager.cpp b/kmail/urlhandlermanager.cpp index 65c18d731..1627cec62 100644 --- a/kmail/urlhandlermanager.cpp +++ b/kmail/urlhandlermanager.cpp @@ -444,16 +444,16 @@ namespace { return true; } - if ( url.path() == "showAttachmentQuicklist" ) { + if ( url.path() == "showAttachmentQuictdelist" ) { w->saveRelativePosition(); - w->setShowAttachmentQuicklist( true ); + w->setShowAttachmentQuictdelist( true ); w->update( true ); return true; } - if ( url.path() == "hideAttachmentQuicklist" ) { + if ( url.path() == "hideAttachmentQuictdelist" ) { w->saveRelativePosition(); - w->setShowAttachmentQuicklist( false ); + w->setShowAttachmentQuictdelist( false ); w->update( true ); return true; } @@ -490,9 +490,9 @@ namespace { return i18n("Show signature details."); if ( url.path() == "hideSignatureDetails" ) return i18n("Hide signature details."); - if ( url.path() == "hideAttachmentQuicklist" ) + if ( url.path() == "hideAttachmentQuictdelist" ) return i18n( "Hide attachment list" ); - if ( url.path() == "showAttachmentQuicklist" ) + if ( url.path() == "showAttachmentQuictdelist" ) return i18n( "Show attachment list" ); } return TQString() ; |