]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiImage.h
Compil fix.
[lyx.git] / src / frontends / qt4 / GuiImage.h
index e88af055e4f26a2684a9d76e12a464ebf4e6516d..675053619fc98a832198d3f2ec3b8bfb79961b37 100644 (file)
@@ -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; }
        /**