]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiHyperlink.h
Use the command-alternatives sequence as defined in menus.bind
[lyx.git] / src / frontends / qt4 / GuiHyperlink.h
index d2dd0ee0fb57a37bc8b4816341f2b4e8de9d04be..3f24fce848d0eab4636b2521f863762c27c07cd4 100644 (file)
@@ -32,9 +32,10 @@ private:
        //@{
        InsetCode insetCode() const { return HYPERLINK_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Hyperlink Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets() const;
+       bool checkWidgets(bool readonly) const;
        bool initialiseParams(std::string const & data);
        //@}
 };