]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/Timeout_pimpl.h
gtkmm-2 upgrade. Still some small bugs to iron out, but mostly functional
[lyx.git] / src / frontends / gnome / Timeout_pimpl.h
index 1979041a7e7beb39496f4d8acb5eacb8624b0392..ea18891725928cfcb3370935359263afdd57fdf4 100644 (file)
@@ -12,7 +12,7 @@
 #include "frontends/Timeout.h"
 #include "glib.h" // for gint
 
-#include <sigc++/signal_system.h>
+#include <sigc++/sigc++.h>
 
 #ifdef __GNUG__
 #pragma interface
@@ -38,7 +38,7 @@ public:
 
 public:
        /// The timeout signal, this gets called when the timeout passed.
-       gint timeoutEvent();
+       bool timeoutEvent();
 private:
        /// the owning timer
        Timeout * owner_;