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 --- kshisen/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kshisen/board.h') diff --git a/kshisen/board.h b/kshisen/board.h index 634878ed..bbad9192 100644 --- a/kshisen/board.h +++ b/kshisen/board.h @@ -70,7 +70,7 @@ public: class Board : public TQWidget { Q_OBJECT - TQ_OBJECT + public: Board(TQWidget *parent = 0, const char *name=0); -- cgit v1.2.1