]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / tex2lyx / tex2lyx.h
index 0fa4af8037f305f9d41dd29458c6ab510f07078b..1560c87d7773b39eeb3d7fd9cba16d6f2e5b69eb 100644 (file)
@@ -24,6 +24,8 @@
 
 namespace lyx {
 
+namespace support { class FileName; }
+
 class Context;
 
 /// in preamble.C
@@ -114,7 +116,7 @@ extern std::string getParentFilePath();
  *  contains a preamble.
  *  \return true if the conversion was successful, else false.
  */
-bool tex2lyx(std::string const & infilename, std::string const & outfilename);
+bool tex2lyx(std::string const & infilename, support::FileName const & outfilename);
 
 
 } // namespace lyx