]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormPrint.h
Clean-up of the button controller.
[lyx.git] / src / frontends / gnome / FormPrint.h
index 18a853a8a61f4861e3ef02e270ae8c1b62777691..ab90e572e24354dd5c5f26438bc06f6c5299d5f7 100644 (file)
 class LyXView;
 class Dialogs;
 
-#ifdef SIGC_CXX_NAMESPACES
-using SigC::Connection;
-#endif
-
 /** This class provides an Gnome implementation of the FormPrint Dialog.
     The print dialog allows users to print their documents.
  */
@@ -99,9 +95,9 @@ private:
   LyXView * lv_;
   Dialogs * d_;
   /// Update connection.
-  Connection u_;
+  SigC::Connection u_;
   /// Hide connection.
-  Connection h_;
+  SigC::Connection h_;
   //@}
 };