]> git.lyx.org Git - lyx.git/blobdiff - src/counters.C
remove more forms.h cruft
[lyx.git] / src / counters.C
index 211791f981356b76490a0684be0c1b82beef2c15..53d495a6815009b9d9b0ecf3367f30306596a5b4 100644 (file)
@@ -4,7 +4,7 @@
  *           LyX, The Document Processor
  *
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  *
  * ====================================================== */
 #include "counters.h"
 #include "debug.h"
 
-#ifdef SIGC_CXX_NAMESPACES
-using SigC::Connection;
-using SigC::slot;
-#endif
-
 using std::endl;
 
 
@@ -105,7 +100,7 @@ void Counters::newCounter(string const & newc, string const & oldc)
        }
 
        Counter * tmp = new Counter;
-       (*it).second->onstep.connect(slot(tmp,
+       (*it).second->onstep.connect(SigC::slot(tmp,
                                         &Counter::reset));
        counterList[newc] = tmp;
 }