]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.h
Choose a delimiter for lstinline (braces can not be used for some listings version)
[lyx.git] / src / insets / InsetQuotes.h
index 3ff1cd37503c0336d043604fd771a4c673003a09..9d6dbc9731db5c8ce134fb6346f40e339373dc6d 100644 (file)
@@ -74,14 +74,14 @@ public:
        /// Direct access to inner/outer quotation marks
        InsetQuotes(char_type c, quote_language l, quote_times t);
        ///
-       docstring insetName() const { return from_ascii("Quotes"); }
+       docstring name() const { return from_ascii("Quotes"); }
        ///
        bool metrics(MetricsInfo &, Dimension &) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
 #if 0
        ///
-       LyXFont const convertFont(LyXFont const & font) const;
+       Font const convertFont(Font const & font) const;
 #endif
        ///
        void write(Buffer const &, std::ostream &) const;