From 5106f93512659db1a236db49febc5ed1a45e3384 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:10 -0600 Subject: Remove spurious TQ_OBJECT instances --- kolf/objects/test/test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kolf/objects/test') diff --git a/kolf/objects/test/test.h b/kolf/objects/test/test.h index d4f00f41..b7aa0be5 100644 --- a/kolf/objects/test/test.h +++ b/kolf/objects/test/test.h @@ -13,7 +13,7 @@ class KConfig; class TestFactory : KLibFactory { Q_OBJECT - TQ_OBJECT + public: TQObject *createObject(TQObject *, const char *, const char *, const TQStringList & = TQStringList()); @@ -41,7 +41,7 @@ private: class TestConfig : public Config { Q_OBJECT - TQ_OBJECT + public: TestConfig(Test *test, TQWidget *parent); -- cgit v1.2.1