From 1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:00 -0600 Subject: Remove spurious TQ_OBJECT instances --- kturtle/src/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kturtle/src/parser.h') diff --git a/kturtle/src/parser.h b/kturtle/src/parser.h index c6948a7d..d1baf5d1 100644 --- a/kturtle/src/parser.h +++ b/kturtle/src/parser.h @@ -29,7 +29,7 @@ class Parser : public TQObject { Q_OBJECT - TQ_OBJECT + public: Parser(TQTextIStream& in); -- cgit v1.2.1