]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiLine.h
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / GuiLine.h
index 0ad68337f0ccbf3755cc13496db87a7084fbf1d5..076d5444b129f21cd7f89d4461f4fc824a1de9d3 100644 (file)
@@ -31,9 +31,10 @@ private:
        //@{
        InsetCode insetCode() const { return LINE_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Line Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };