]> git.lyx.org Git - lyx.git/blobdiff - src/support/ForkedCalls.h
amend d4f58c96b5d
[lyx.git] / src / support / ForkedCalls.h
index 681b88965d6904a35e255fc9661467465a8a71f5..ea16ced7d75d338ac94a9aedfc6239975898fe53 100644 (file)
@@ -53,7 +53,7 @@ public:
         *  we can return easily to C++ methods, rather than just globally
         *  accessible functions.
         */
-       typedef signals2::signal<void(pid_t, int)> sig;
+       typedef signal<void(pid_t, int)> sig;
        typedef sig::slot_type slot;
 
        /** The signal is connected in the calling routine to the desired