]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.h
Add support for compilers which do not have cname headers
[lyx.git] / src / insets / insettoc.h
index 9b8ce9720844b03f0b2b2573767eae2b3d369de1..2bc060c5baa2a49af15c18c6e5348e0423aee9cf 100644 (file)
@@ -32,7 +32,7 @@ public:
         ///
         Inset* Clone() { return new InsetTOC(owner); }
        ///
-       LString getScreenLabel() const { return _("Table of Contents"); }
+       string getScreenLabel() const { return _("Table of Contents"); }
        /// On edit, we open the TOC pop-up
        void Edit(int, int);
         ///
@@ -44,9 +44,9 @@ public:
        ///
        Inset::Code LyxCode() const { return Inset::TOC_CODE; }
        ///
-       int Linuxdoc(LString &file);
+       int Linuxdoc(string &file);
        ///
-       int DocBook(LString &file);
+       int DocBook(string &file);
 private:
        ///
        Buffer *owner;