summaryrefslogtreecommitdiffstats
path: root/kmail/headerstrategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/headerstrategy.cpp')
-rw-r--r--kmail/headerstrategy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/headerstrategy.cpp b/kmail/headerstrategy.cpp
index bfe9845b..3fed82ab 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;
}