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 --- kdict/queryview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdict/queryview.h') diff --git a/kdict/queryview.h b/kdict/queryview.h index 3c24fc17..e3f740ab 100644 --- a/kdict/queryview.h +++ b/kdict/queryview.h @@ -77,7 +77,7 @@ public: class DictHTMLPart : public KHTMLPart { Q_OBJECT - TQ_OBJECT + public: @@ -99,7 +99,7 @@ protected: class QueryView : public TQVBox { Q_OBJECT - TQ_OBJECT + public: -- cgit v1.2.1