]> git.lyx.org Git - lyx.git/blobdiff - src/filedlg.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / filedlg.h
index 289e7cb290edfe161a996197aa0b08ea464480bc..2633d708824a5806196a1c32aa58de861e276495 100644 (file)
@@ -25,6 +25,7 @@
 
 #ifdef SIGC_CXX_NAMESPACES
 using SigC::Object;
+using SigC::Connection;
 #endif
 
 /// LyXDirEntry internal structure definition
@@ -119,7 +120,7 @@ private:
        /// Simulates a click on OK/Cancel
        void Force(bool);
        /// Redraw connection.
-       SigC::Connection r_;
+       Connection r_;
 };
 
 #endif