X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fcounters.h;h=bcd900476c7466abf2e8bdb879f452b601d08f2d;hb=c0ef23bc2a2f2b3bd6c3520e0c0bd6223bb1a1a2;hp=fcfeef73dc30be5a64b92f942eda41789d71d2d9;hpb=4b2a999762c83627476428e595d3c1e3704a3da0;p=lyx.git diff --git a/src/counters.h b/src/counters.h index fcfeef73dc..bcd900476c 100644 --- a/src/counters.h +++ b/src/counters.h @@ -5,14 +5,14 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * * * ====================================================== */ #ifndef COUNTERS_H -#define COUTNERS_H +#define COUNTERS_H #ifdef __GNUG__ #pragma interface @@ -22,14 +22,8 @@ #include #include "LString.h" -#ifdef SIGC_CXX_NAMESPACES -using SigC::Object; -using SigC::Signal0; -#endif - - /// -class Counter : public Object { +class Counter : public SigC::Object { public: /// Counter(); @@ -44,7 +38,7 @@ public: /// void reset(); /// - Signal0 onstep; + SigC::Signal0 onstep; private: /// int value_;