diff --git a/generators/spectre/generator_ghostview.cpp b/generators/spectre/generator_ghostview.cpp index 55504effd..83300db47 100644 --- a/generators/spectre/generator_ghostview.cpp +++ b/generators/spectre/generator_ghostview.cpp @@ -78,7 +78,7 @@ void GSGenerator::addPages( KConfigDialog *dlg ) Ui_GSSettingsWidget gsw; QWidget* w = new QWidget(dlg); gsw.setupUi(w); - dlg->addPage(w, GSSettings::self(), i18n("Ghostscript"), "kghostview", i18n("Ghostscript backend configuration") ); + dlg->addPage(w, GSSettings::self(), i18n("Ghostscript"), "okular-gv", i18n("Ghostscript backend configuration") ); } bool GSGenerator::print( QPrinter& printer )