]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/InsetParamsDialog.h
Use the command-alternatives sequence as defined in menus.bind
[lyx.git] / src / frontends / qt4 / InsetParamsDialog.h
index 0d6e784d71dd278fdb5d6e891660360b9e82b2b1..ddb912674de8900faf97867d098000db60467001 100644 (file)
@@ -15,8 +15,6 @@
 #include "DialogView.h"
 #include "ui_InsetParamsUi.h"
 
-#include "qt_i18n.h"
-
 namespace lyx {
 
 class Inset;
@@ -43,7 +41,8 @@ protected Q_SLOTS:
        void on_okPB_clicked();
        void on_applyPB_clicked();
        void on_closePB_clicked();
-       void on_synchronizedViewCB_stateChanged(int state);
+       void on_immediateApplyCB_stateChanged(int state);
+       void on_synchronizedCB_stateChanged(int state);
 
 private:
        /// \name DialogView inherited methods
@@ -59,7 +58,7 @@ private:
        ///
        void updateView(bool update_widget);
        ///
-       docstring checkWidgets(bool synchronized_view);
+       docstring checkWidgets(bool immediate);
        /// pimpl
        struct Private;
        Private * d;