]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCacheItem.h
remove more forms.h cruft
[lyx.git] / src / graphics / GraphicsCacheItem.h
index 3b5c04128dc00965c684c4ef7f16e89a538ec0fb..6fc9ee4f1c6f1b56ad82090ac2f5e5d18bb8717b 100644 (file)
@@ -4,7 +4,7 @@
  * 
  *          LyX, The Document Processor
  *          Copyright 1995 Matthias Ettrich.
- *          Copyright 1995-2000 The LyX Team.
+ *          Copyright 1995-2001 The LyX Team.
  *
  *          This file Copyright 2000 Baruch Even
  * ================================================= */
@@ -29,7 +29,7 @@
 class LyXImage;
 
 /// A GraphicsCache item holder.
-class GraphicsCacheItem : public boost::noncopyable {
+class GraphicsCacheItem : boost::noncopyable {
 public:
        /// c-tor
        GraphicsCacheItem(string const & filename);
@@ -61,8 +61,8 @@ public:
        void imageConverted(int retval);
 
 private:
-       bool renderXPM(string const & filename);
-       void loadXPMImage();
+       bool convertImage(string const & filename);
+       void loadImage();
 
        /** The filename we refer too.
            This is used when removing ourselves from the cache.