From a0fd5320de07548880320658c17501c54c8a3beb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:05 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node.h') diff --git a/src/node.h b/src/node.h index 271fdf1..e5b29a9 100644 --- a/src/node.h +++ b/src/node.h @@ -34,7 +34,7 @@ typedef TQValueList > NodeList; class Node : public TQObject, public TQCanvasPolygon { Q_OBJECT - TQ_OBJECT + public: /** * Used for run-time identification of the node: -- cgit v1.2.3