diff options
Diffstat (limited to 'kmail/headerstrategy.cpp')
-rw-r--r-- | kmail/headerstrategy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/headerstrategy.cpp b/kmail/headerstrategy.cpp index bfe9845be..3fed82ab2 100644 --- a/kmail/headerstrategy.cpp +++ b/kmail/headerstrategy.cpp @@ -243,8 +243,8 @@ namespace KMail { } bool HeaderStrategy::showHeader( const TQString & header ) const { - if ( headersToDisplay().contains( header.lower() ) ) return true; - if ( headersToHide().contains( header.lower() ) ) return false; + if ( headersToDisplay().tqcontains( header.lower() ) ) return true; + if ( headersToHide().tqcontains( header.lower() ) ) return false; return defaultPolicy() == Display; } |