]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetBibtex.h
index c9c7fe5a492237a3255cfc85d4c327e9c57aa1ac..e6c8748c9521df416bb950eb5c0af6b4a07c6717 100644 (file)
@@ -18,9 +18,7 @@
 
 namespace lyx {
 
-namespace support {
 class EmbeddedFileList;
-}
 
 
 /** Used to insert BibTeX's information
@@ -43,7 +41,7 @@ public:
        virtual void fillWithBibKeys(Buffer const &,
                BiblioInfo &, InsetIterator const &) const;
        ///
-       support::EmbeddedFileList const getFiles(Buffer const &) const;
+       EmbeddedFileList const getFiles(Buffer const &) const;
        ///
        bool addDatabase(std::string const &);
        ///
@@ -58,7 +56,7 @@ public:
        static bool isCompatibleCommand(std::string const & s) 
                { return s == "bibtex"; }
        ///
-       void registerEmbeddedFiles(Buffer const &, EmbeddedFiles &) const;
+       void registerEmbeddedFiles(Buffer const &, EmbeddedFileList &) const;
        ///
        void updateEmbeddedFile(Buffer const & buf, EmbeddedFile const & file);