summaryrefslogtreecommitdiffstats
path: root/kmail/kmstartup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmstartup.cpp')
-rw-r--r--kmail/kmstartup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmstartup.cpp b/kmail/kmstartup.cpp
index 6c041b0f..43346fbc 100644
--- a/kmail/kmstartup.cpp
+++ b/kmail/kmstartup.cpp
@@ -123,8 +123,8 @@ void checkConfigUpdates() {
static const int numUpdates = sizeof updates / sizeof *updates;
// Warning: do not remove entries in the above array, or the update-level check below will break
- KConfig * config = KMKernel::config();
- KConfigGroup startup( config, "Startup" );
+ TDEConfig * config = KMKernel::config();
+ TDEConfigGroup startup( config, "Startup" );
const int configUpdateLevel = startup.readNumEntry( "update-level", 0 );
if ( configUpdateLevel == numUpdates ) // Optimize for the common case that everything is OK
return;