summaryrefslogtreecommitdiffstats
path: root/kmail/attachmentstrategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/attachmentstrategy.cpp')
-rw-r--r--kmail/attachmentstrategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/attachmentstrategy.cpp b/kmail/attachmentstrategy.cpp
index 23bd0595..87157ed4 100644
--- a/kmail/attachmentstrategy.cpp
+++ b/kmail/attachmentstrategy.cpp
@@ -211,7 +211,7 @@ static AttachmentStrategy::Display smartDisplay( const partNode *node )
if ( lowerType == "hidden" ) return hidden();
if ( lowerType == "headeronly" ) return headerOnly();
// don't kdFatal here, b/c the strings are user-provided
- // (KConfig), so fail gracefully to the default:
+ // (TDEConfig), so fail gracefully to the default:
return smart();
}