]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/DialogView.cpp
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / DialogView.cpp
index 7b9ee9c5038c443395fcb5aff44eaae00a0d2a87..9b114ec507df9966338e7dfd52a9e3f9a5f55aef 100644 (file)
@@ -21,7 +21,7 @@ DialogView::DialogView(GuiView & lv, QString const & name, QString const & title
        : QDialog(&lv), Dialog(lv, name, "LyX: " + title)
 {
        connect(&lv, SIGNAL(bufferViewChanged()),
-               this, SLOT(on_bufferViewChanged()));
+               this, SLOT(onBufferViewChanged()));
 
        // remove question marks from Windows dialogs
        setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);