diff options
Diffstat (limited to 'quanta/src/quanta.cpp')
-rw-r--r-- | quanta/src/quanta.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp index 5525a570..81c04aff 100644 --- a/quanta/src/quanta.cpp +++ b/quanta/src/quanta.cpp @@ -1150,7 +1150,7 @@ void QuantaApp::slotOptionsConfigureActions() void QuantaApp::slotPreviewOptions() { KMessageBox::information(this, i18n("Changes made in the preview configuration dialog are global and have effect on every application using the KHTML part to display web pages, including Konqueror."), i18n("Warning"), "configure_preview_warning"); - KApplication::startServiceByDesktopName("quanta_preview_config"); + TDEApplication::startServiceByDesktopName("quanta_preview_config"); } void QuantaApp::slotOptions() |