]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiMathMatrix.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiMathMatrix.h
index 8f3c624fc84db5a5f3e9c10835102754f7a37144..532bdef5c43e05542b48cd8fb074d488247fd779 100644 (file)
@@ -34,10 +34,10 @@ public:
        bool isBufferDependent() const { return true; }
 
 public Q_SLOTS:
+       void on_buttonBox_clicked(QAbstractButton *);
        void slotOK();
        void slotClose();
        void columnsChanged(int);
-       void rowsChanged(int);
        void decorationChanged(int);
        void change_adaptor();
 };