]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiApplication.cpp
the fun begins....
[lyx.git] / src / frontends / qt4 / GuiApplication.cpp
index f830c26ae2bfff116b3c8982612d24a117187a29..fa3a2bb549c3f76b13672cb9b4f11871b6acade2 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt4/GuiApplication.cpp
+ * \file GuiApplication.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -141,8 +141,8 @@ GuiApplication::GuiApplication(int & argc, char ** argv)
 
        using namespace lyx::graphics;
 
-       Image::newImage = boost::bind(&QLImage::newImage);
-       Image::loadableFormats = boost::bind(&QLImage::loadableFormats);
+       Image::newImage = boost::bind(&GuiImage::newImage);
+       Image::loadableFormats = boost::bind(&GuiImage::loadableFormats);
 
        // needs to be done before reading lyxrc
        lyxrc.dpi = getDPI();