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/csshelper.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmail/csshelper.cpp') diff --git a/kmail/csshelper.cpp b/kmail/csshelper.cpp index 3fe2fd78..61bdbdd1 100644 --- a/kmail/csshelper.cpp +++ b/kmail/csshelper.cpp @@ -44,11 +44,11 @@ namespace KMail { CSSHelper::CSSHelper( const TQPaintDeviceMetrics &pdm ) : KPIM::CSSHelper( pdm ) { - KConfig * config = KMKernel::config(); + TDEConfig * config = KMKernel::config(); - KConfigGroup reader( config, "Reader" ); - KConfigGroup fonts( config, "Fonts" ); - KConfigGroup pixmaps( config, "Pixmaps" ); + TDEConfigGroup reader( config, "Reader" ); + TDEConfigGroup fonts( config, "Fonts" ); + TDEConfigGroup pixmaps( config, "Pixmaps" ); mRecycleQuoteColors = reader.readBoolEntry( "RecycleQuoteColors", false ); -- cgit v1.2.3