]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiImage.cpp
Compil fix.
[lyx.git] / src / frontends / qt4 / GuiImage.cpp
index 2c22d651070fc166e2f9a5758190441a11618d7c..a308429147368e6bddb94c6f3b9e04f5e816ccff 100644 (file)
@@ -53,7 +53,7 @@ Image::FormatList GuiImage::loadableFormats()
 
        //LYXERR(Debug::GRAPHICS,
        //      "D:/msys/home/yns/src/lyx-devel/lib/images/banner.png mis of format: "
-       //      << fromqstr(Pic.pictureFormat("D:/msys/.../banner.png")))
+       //      << Pic.pictureFormat("D:/msys/.../banner.png"))
        //if (Pic.pictureFormat("D:/msys/.../banner.png"))
        //      LYXERR(Debug::GRAPHICS, "pictureFormat not returned NULL\n"
        //              << "Supported formats are: " << Pic.inputFormats());
@@ -125,7 +125,7 @@ unsigned int GuiImage::height() const
 }
 
 
-void GuiImage::load(support::FileName const & filename)
+void GuiImage::load(FileName const & filename)
 {
        if (!original_.isNull()) {
                LYXERR(Debug::GRAPHICS, "Image is loaded already!");