]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormIndex.h
Remove unneeded files, we have switched to use the libglade and there is no
[lyx.git] / src / frontends / gnome / FormIndex.h
index 540ed7377b5725773d3c5cc34e96e6f0859cea10..28132b648b49ba4a28a61405dd052c931d42404f 100644 (file)
@@ -64,11 +64,11 @@ private:
   /// the nitty-griity. What is modified and passed back
   InsetCommandParams params;
   /// Update connection.
-  Connection u_;
+  SigC::Connection u_;
   /// Hide connection.
-  Connection h_;
+  SigC::Connection h_;
   /// inset::hide connection.
-  Connection ih_;
+  SigC::Connection ih_;
 
   /// Real GUI implementation.
   Gtk::Container * dialog_;