]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormInset.C
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormInset.C
index 6abee8e87fa3d2aa879c9d175d4edfc74a5aa4f1..3f0c6676f5b8457d9c316ea5fc9512c069901a72 100644 (file)
@@ -1,10 +1,9 @@
-// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
  *           LyX, The Document Processor
  *
- *           Copyright 2000 The LyX Team.
+ *           Copyright 2000-2001 The LyX Team.
  *
  * ======================================================
  */
 #pragma implementation
 #endif
 
-
 #include "Dialogs.h"
 #include "LyXView.h"
 #include "FormInset.h"
 #include "xformsBC.h"
 
+using SigC::slot;
+
 FormInset::FormInset(LyXView * lv, Dialogs * d, string const & t)
        : FormBaseBD(lv, d, t), ih_(0)
 {}