diff options
Diffstat (limited to 'kppp/accounting.h')
-rw-r--r-- | kppp/accounting.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kppp/accounting.h b/kppp/accounting.h index 020ca3e2..614b3560 100644 --- a/kppp/accounting.h +++ b/kppp/accounting.h @@ -39,7 +39,7 @@ class PPPStats; ///////////////////////////////////////////////////////////////////////////// class AccountingBase : public TQObject { Q_OBJECT - TQ_OBJECT + public: AccountingBase(TQObject *parent); virtual ~AccountingBase(); @@ -82,7 +82,7 @@ public: ///////////////////////////////////////////////////////////////////////////// class Accounting : public AccountingBase { Q_OBJECT - TQ_OBJECT + public: Accounting(TQObject *parent, PPPStats *st); @@ -120,7 +120,7 @@ private: ///////////////////////////////////////////////////////////////////////////// class ExecutableAccounting : public AccountingBase { Q_OBJECT - TQ_OBJECT + public: ExecutableAccounting(PPPStats *st, TQObject *parent = 0); |