]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiImage.h
do what the FIXME suggested
[lyx.git] / src / frontends / qt4 / GuiImage.h
index 5fab560fedfa033e230c4271d08c0b30cad74c60..675053619fc98a832198d3f2ec3b8bfb79961b37 100644 (file)
@@ -25,7 +25,7 @@ class GuiImage : public Image
 {
 public:
        /// Access to this class is through this static method.
-       static ImagePtr newImage();
+       static Image * newImage();
 
        /// Return the list of loadable formats.
        static FormatList loadableFormats();
@@ -40,9 +40,9 @@ private:
        /// Create a copy
        virtual Image * clone() const;
        /// Get the image width
-       virtual unsigned int getWidth() const;
+       virtual unsigned int width() const;
        /// Get the image height
-       virtual unsigned int getHeight() const;
+       virtual unsigned int height() const;
        // FIXME Is the image drawable ?
        virtual bool isDrawable() const { return true; }
        /**