summaryrefslogtreecommitdiffstats
path: root/kpersonalizer/kpersonalizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpersonalizer/kpersonalizer.cpp')
-rw-r--r--kpersonalizer/kpersonalizer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpersonalizer/kpersonalizer.cpp b/kpersonalizer/kpersonalizer.cpp
index cef8619ea..d30b163a2 100644
--- a/kpersonalizer/kpersonalizer.cpp
+++ b/kpersonalizer/kpersonalizer.cpp
@@ -57,11 +57,11 @@ KPersonalizer::KPersonalizer(TQWidget *parent, const char *name)
: KWizard(parent, name, true) {
// first, reset the startup from true (see desktop file in share/autostart) to false
- setCaption(kapp->caption());
- kapp->config()->setGroup("General");
+ setCaption(tdeApp->caption());
+ tdeApp->config()->setGroup("General");
os_dirty = eye_dirty = style_dirty=false;
- kapp->config()->writeEntry("FirstLogin", false);
- kapp->config()->sync();
+ tdeApp->config()->writeEntry("FirstLogin", false);
+ tdeApp->config()->sync();
countrypage= new KCountryPage(this);
addPage( countrypage, i18n( "Step 1: Introduction" ) );