]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.h
Do not redefine \jobname for previews
[lyx.git] / src / graphics / GraphicsLoader.h
index 0a299cba1a6e89870d40e2e8251d297da110e2f8..1fa51d3ee8312c5e5182fc77747cc0cbaccb571a 100644 (file)
@@ -90,10 +90,10 @@ public:
        /** Connect and you'll be informed when the loading status of the image
         *  changes.
         */
-       typedef signals2::signal<void()> sig;
+       typedef signal<void()> sig;
        typedef sig::slot_type slot;
        ///
-       signals2::connection connect(slot const &) const;
+       connection connect(slot const &) const;
 
        /** The loaded image with Pixmap set.
         *  If the Pixmap is not yet set (see status() for why...), returns 0.