From 08c6ddb04bc1febeedd0f76aff43ea2a6397234c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:00:43 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/codeeditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/codeeditor.h') diff --git a/src/codeeditor.h b/src/codeeditor.h index db90ad8..0bfbd09 100755 --- a/src/codeeditor.h +++ b/src/codeeditor.h @@ -28,7 +28,7 @@ class CodeEditor : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CodeEditor(TQWidget *parent = 0, const char *name = 0); ~CodeEditor(); -- cgit v1.2.1