]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiParagraph.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiParagraph.h
index aee410f607dd14d15ab442608a28d3241b504e18..132e916509d77fab48ae2ecf745a7a47f4d688c3 100644 (file)
@@ -39,7 +39,7 @@ public:
        void enableView(bool enable);
        bool isBufferDependent() const { return true; }
        virtual FuncCode getLfun() const { return LFUN_PARAGRAPH_PARAMS_APPLY; }
-       void saveSession() const;
+       void saveSession(QSettings & settings) const;
        void restoreSession();
        //@}
 
@@ -69,15 +69,9 @@ private Q_SLOTS:
        ///
        void on_synchronizedViewCB_toggled();
        ///
-       void on_restorePB_clicked();
-       ///
        void on_linespacing_activated(int);
        /// Apply changes
-       void on_applyPB_clicked();
-       /// Apply changes and close
-       void on_okPB_clicked();
-       /// Close/Cancel dialog
-       void on_closePB_clicked();
+       void on_buttonBox_clicked(QAbstractButton * button);
 
 private:
        ///