]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xformsImage.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / xformsImage.h
index 4ee651894fbf988e58c30fd491fcee83716bc7f5..6d4d3ccce1505d523ecd7f2b6ddea24b63944cb3 100644 (file)
@@ -42,8 +42,8 @@ public:
        Pixmap getPixmap() const;
 
        /// Internal callbacks.
-       void statusCB(string const &);
-       void errorCB(string const &);
+       void statusCB(std::string const &);
+       void errorCB(std::string const &);
 
 private:
        /// Create a copy
@@ -58,7 +58,7 @@ private:
         *  The process is asynchronous, so this method starts the loading.
         *  When finished, the Image::finishedLoading signal is emitted.
         */
-       virtual void load_impl(string const & filename);
+       virtual void load_impl(std::string const & filename);
        /** Generate the pixmap, based on the current state of
         *  image_ (clipped, rotated, scaled etc).
         *  Uses the params to decide on color, grayscale etc.