]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormInset.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormInset.h
index 53946c6f49c5dc7c8f02ddbf376b7b8dee4667da..cd429b3da192f1bcb00511a7387450ff98ab277f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *           LyX, The Document Processor
  *
- *           Copyright 2000 The LyX Team.
+ *           Copyright 2000-2001 The LyX Team.
  *
  * ======================================================
  */
@@ -36,7 +36,7 @@ protected:
        virtual void updateSlot(bool);
 
        /// inset::hide connection.
-       Connection ih_;
+       SigC::Connection ih_;
 };