summaryrefslogtreecommitdiffstats
path: root/kmail/csshelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/csshelper.cpp')
-rw-r--r--kmail/csshelper.cpp8
1 files changed, 4 insertions, 4 deletions
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 );