From a33baf49829a48024f58bc32cdb2d2f665ff7eb5 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Fri, 9 Mar 2007 16:17:45 +0000 Subject: [PATCH] connect to the right signal svn path=/trunk/playground/graphics/okular/; revision=640973 --- shell/shell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/shell.cpp b/shell/shell.cpp index 030670540..afdc4b767 100644 --- a/shell/shell.cpp +++ b/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(); }