connect to the right signal

svn path=/trunk/playground/graphics/okular/; revision=640973
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent 282b23b29e
commit a33baf4982
  1. 2
      shell/shell.cpp

@ -285,7 +285,7 @@ void Shell::fileOpen()
Shell::optionsConfigureToolbars()
{
KEditToolbar dlg(factory());
connect(&dlg, SIGNAL(newToolbarConfig()), this, SLOT(applyNewToolbarConfig()));
connect(&dlg, SIGNAL(newToolBarConfig()), this, SLOT(applyNewToolbarConfig()));
dlg.exec();
}

Loading…
Cancel
Save