]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiVSpace.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiVSpace.h
index 1c28142ffad6e326d2d63fcd29278205b44a2d66..f36a519c99cccd5a3ae420f3878395519e846a3c 100644 (file)
@@ -33,10 +33,10 @@ private Q_SLOTS:
        void enableCustom(int);
 
 private:
-       /// \name DialogView inherited methods
+       /// \name InsetParamsWidget inherited methods
        //@{
-       InsetCode insetCode() { return VSPACE_CODE; }
-       FuncCode creationCode() { return LFUN_INSET_INSERT; }
+       InsetCode insetCode() const { return VSPACE_CODE; }
+       FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        //@}