summaryrefslogtreecommitdiffstats
path: root/libtdepim/tdeconfigwizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/tdeconfigwizard.cpp')
-rw-r--r--libtdepim/tdeconfigwizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/tdeconfigwizard.cpp b/libtdepim/tdeconfigwizard.cpp
index 7b982aea1..026a8dd00 100644
--- a/libtdepim/tdeconfigwizard.cpp
+++ b/libtdepim/tdeconfigwizard.cpp
@@ -167,7 +167,7 @@ void TDEConfigWizard::readConfig()
"configured by the wizard do not run in parallel to the wizard; "
"otherwise, changes done by the wizard could be lost."),
i18n("Warning"), i18n("Run Wizard Now"), "warning_running_instances" );
- if ( result != KMessageBox::Continue ) kapp->quit();
+ if ( result != KMessageBox::Continue ) tdeApp->quit();
usrReadConfig();
}