]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiERT.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiERT.h
index 8177b01b8d0b77546fc902c778712447eb3b0c1a..cc4caefbaf7fac0997713c2abce97314eb73727c 100644 (file)
@@ -28,10 +28,12 @@ public:
 private:
        /// \name InsetParamsWidget inherited methods
        //@{
-       InsetCode insetCode() { return ERT_CODE; }
-       FuncCode creationCode() { return LFUN_INSET_INSERT; }
+       InsetCode insetCode() const { return ERT_CODE; }
+       FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("TeX Mode Inset Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };