From e8f365173e37780bc769530f21a4c23818cd6379 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:32 -0600 Subject: Remove spurious TQ_OBJECT instances --- kolourpaint/kptool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kolourpaint/kptool.h') diff --git a/kolourpaint/kptool.h b/kolourpaint/kptool.h index b5555d64..f1fc22bb 100644 --- a/kolourpaint/kptool.h +++ b/kolourpaint/kptool.h @@ -58,7 +58,7 @@ class kpToolToolBar; class kpTool : public TQObject { Q_OBJECT - TQ_OBJECT + public: kpTool (const TQString &text, const TQString &description, -- cgit v1.2.1