From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kmail/attachmentstrategy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/attachmentstrategy.cpp') 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(); } -- cgit v1.2.3