From 33e86e1999d891dd2bc7ac2f66bbc1fb6d3bc5b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:58:45 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/debugwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debugwindow.h') diff --git a/src/debugwindow.h b/src/debugwindow.h index 31b9911..b167d50 100644 --- a/src/debugwindow.h +++ b/src/debugwindow.h @@ -34,7 +34,7 @@ class TQCloseEvent; class DebugWindow : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** Construtor and destructor */ DebugWindow(TQWidget *parent = 0, const char *name = 0); -- cgit v1.2.1