]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDialog.cpp
Menus: Factor Toc code
[lyx.git] / src / frontends / qt4 / GuiDialog.cpp
index 91ee667daba1fe37712ff0c42471260ab618a5f8..cad37e654b9d9ffcc4c01af2bfb85e07019ba50d 100644 (file)
@@ -29,7 +29,7 @@ GuiDialog::GuiDialog(GuiView & lv, QString const & name, QString const & title)
          is_closing_(false)
 {
        connect(&lv, SIGNAL(bufferViewChanged()),
-               this, SLOT(on_bufferViewChanged()));
+               this, SLOT(onBufferViewChanged()));
 
        // remove question marks from Windows dialogs
        setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);