From 2c41020a9f717093fa442a9408b2078fb93a10ca Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:02:03 -0600 Subject: Remove spurious TQ_OBJECT instances --- client/crystalbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/crystalbutton.h') diff --git a/client/crystalbutton.h b/client/crystalbutton.h index 26c8024..467e7fe 100644 --- a/client/crystalbutton.h +++ b/client/crystalbutton.h @@ -31,7 +31,7 @@ class ButtonImage; class CrystalButton : public TQButton { Q_OBJECT - TQ_OBJECT + public: CrystalButton(CrystalClient *parent=0, const char *name=0, -- cgit v1.2.1