From 0e18e8be5711912a2b39c07a7d4c14878ebea61f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:58 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/svnfrontend/graphtree/revgraphview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/svnfrontend/graphtree/revgraphview.h') diff --git a/src/svnfrontend/graphtree/revgraphview.h b/src/svnfrontend/graphtree/revgraphview.h index 32839ba..f0b39c7 100644 --- a/src/svnfrontend/graphtree/revgraphview.h +++ b/src/svnfrontend/graphtree/revgraphview.h @@ -44,7 +44,7 @@ class CContextListener; class RevGraphView : public TQCanvasView { Q_OBJECT - TQ_OBJECT + public: enum ZoomPosition { TopLeft, TopRight, BottomLeft, BottomRight, Auto }; /* avoid large copy operations */ -- cgit v1.2.3