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/headerstyle.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/headerstyle.cpp') diff --git a/kmail/headerstyle.cpp b/kmail/headerstyle.cpp index c3a5b8b2..5c4108ee 100644 --- a/kmail/headerstyle.cpp +++ b/kmail/headerstyle.cpp @@ -423,7 +423,7 @@ namespace KMail { if ( !strategy ) strategy = HeaderStrategy::rich(); - KConfigGroup configReader( KMKernel::config(), "Reader" ); + TDEConfigGroup configReader( KMKernel::config(), "Reader" ); // ### from kmreaderwin begin // The direction of the header is determined according to the direction @@ -1085,7 +1085,7 @@ namespace KMail { if ( lowerType == "enterprise" ) return enterprise(); //if ( lowerType == "fancy" ) return fancy(); // not needed, see below // 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 fancy(); } -- cgit v1.2.3