]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiNomenclature.h
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / GuiNomenclature.h
index dcdd10fab32506e90cf2d7b6dc81372d1e412312..30fb2c846fe02f6ffa304757cee8da6006ca81d7 100644 (file)
@@ -33,9 +33,10 @@ private:
        //@{
        InsetCode insetCode() const { return NOMENCL_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Nomenclature Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets() const;
+       bool checkWidgets(bool readonly) const;
        bool initialiseParams(std::string const &);
        //@}
 };