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 52f2248a..f3670f7b 100644 --- a/kppp/accounting.h +++ b/kppp/accounting.h @@ -38,7 +38,7 @@ class PPPStats; // ///////////////////////////////////////////////////////////////////////////// class AccountingBase : public TQObject { - Q_OBJECT + TQ_OBJECT public: AccountingBase(TQObject *parent); @@ -81,7 +81,7 @@ public: // ///////////////////////////////////////////////////////////////////////////// class Accounting : public AccountingBase { - Q_OBJECT + TQ_OBJECT public: Accounting(TQObject *parent, PPPStats *st); @@ -119,7 +119,7 @@ private: // ///////////////////////////////////////////////////////////////////////////// class ExecutableAccounting : public AccountingBase { - Q_OBJECT + TQ_OBJECT public: ExecutableAccounting(PPPStats *st, TQObject *parent = 0); |