]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPrintNomencl.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiPrintNomencl.h
index 8005f1d506476f141374dd6369d6d04b06897c3f..ad1a195446e28dee4b3c160f9e4189d6b0014b03 100644 (file)
@@ -36,11 +36,12 @@ private:
        /// \name InsetParamsWidget inherited methods
        //@{
        InsetCode insetCode() const { return NOMENCL_PRINT_CODE; }
-       FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       FuncCode creationCode() const { return LFUN_NOMENCL_PRINT; }
+       QString dialogTitle() const { return qt_("Nomenclature List Settings"); }
        void paramsToDialog(Inset const *);
        void paramsToDialog(InsetCommandParams const &);
        docstring dialogToParams() const;
-       bool checkWidgets() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };