]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiHSpace.h
Consider class-provided citation engines
[lyx.git] / src / frontends / qt4 / GuiHSpace.h
index cc1a80f52c6734a16757b17eee9d3abe16f95f5d..9be11ab6896c92eeceed25c6432add9bc633e36f 100644 (file)
@@ -29,13 +29,14 @@ private Q_SLOTS:
        ///
        void changedSlot();
        ///
-       void enableWidgets();
+       void enableWidgets() const;
 
 private:
        /// \name InsetParamsWidget inherited methods
        //@{
        InsetCode insetCode() const { return math_mode_ ? MATH_SPACE_CODE : SPACE_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Horizontal Space Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        bool checkWidgets(bool readonly) const;