]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfr0.h
Dekels tabular/textinset patches
[lyx.git] / src / lyxfr0.h
index e9ca3a55075dae740b4b9d30e2b0deccbebf7a5d..e30e4f25ad14c80167e92a5ee96b4dd7aaa83131 100644 (file)
@@ -15,6 +15,7 @@ class LyXFindReplace;
 
 #ifdef SIGC_CXX_NAMESPACES
 using SigC::Object;
+using SigC::Connection;
 #endif
 
 /**
@@ -90,7 +91,7 @@ private:
        /// replace buttons enabled?
        bool fReplaceEnabled;
        /// Redraw connection.
-       SigC::Connection r_;
+       Connection r_;
 };
 
 #endif