From 6f114e7935d43127c6c0269532fb2674cee9a4f5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:14 -0600 Subject: Remove spurious TQ_OBJECT instances --- kppp/accounting.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kppp/accounting.h') 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); -- cgit v1.2.1