]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsable.h
InsetListings: change the interface of diaplay function and allow AlignLeft. Applied...
[lyx.git] / src / insets / InsetCollapsable.h
index c9e101f3d1427fc9127371a4f27a0367db281988..1ffd52a325c6ad1abd311124a28ba6ad73ea503a 100644 (file)
@@ -24,7 +24,7 @@
 
 namespace lyx {
 
-class LyXText;
+class Text;
 class Paragraph;
 class CursorSlice;
 
@@ -44,7 +44,7 @@ public:
        ///
        InsetCollapsable(InsetCollapsable const & rhs);
        ///
-       docstring insetName() const { return from_ascii("Collapsable"); }
+       docstring name() const { return from_ascii("Collapsable"); }
        ///
        void read(Buffer const &, Lexer &);
        ///