summaryrefslogtreecommitdiffstats
path: root/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/kabcdistlistupdater/kabcdistlistupdater.cpp')
-rw-r--r--kabc/kabcdistlistupdater/kabcdistlistupdater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp b/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp
index d8f5e996..99d7080d 100644
--- a/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp
+++ b/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp
@@ -85,7 +85,7 @@ int main( int argc, char **argv )
if ( args->isSet( "disable-autostart" ) ) {
kdDebug() << "Disable autostart." << endl;
- KConfig *config = app.config();
+ TDEConfig *config = app.config();
config->setGroup( "Startup" );
config->writeEntry( "EnableAutostart", false );
}