]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBibitem.h
Some improvements to the graphics dialog
[lyx.git] / src / frontends / qt4 / GuiBibitem.h
index a64ba72e88cb29f169015b33414dbff113798a03..d96d7c1fd790845f53cd5cc8d95706f6c657f2f8 100644 (file)
@@ -33,9 +33,10 @@ private:
        //@{
        InsetCode insetCode() const { return BIBITEM_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Bibliography Item Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };