From 210090aed352271bcd474b28db9644d9461d7189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:47 -0600 Subject: Remove spurious TQ_OBJECT instances --- kaddressbook/distributionlisteditor_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kaddressbook/distributionlisteditor_p.h') diff --git a/kaddressbook/distributionlisteditor_p.h b/kaddressbook/distributionlisteditor_p.h index 10a129fb0..4bbb24369 100644 --- a/kaddressbook/distributionlisteditor_p.h +++ b/kaddressbook/distributionlisteditor_p.h @@ -42,7 +42,7 @@ namespace DistributionListEditor { class LineEdit : public KPIM::AddresseeLineEdit { Q_OBJECT - TQ_OBJECT + public: explicit LineEdit( TQWidget* parent = 0 ); }; @@ -51,7 +51,7 @@ public: class Line : public TQWidget { Q_OBJECT - TQ_OBJECT + public: explicit Line( KABC::AddressBook* book, TQWidget* parent = 0 ); -- cgit v1.2.1