summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/graphtree/revgraphview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:58 -0600
commit0e18e8be5711912a2b39c07a7d4c14878ebea61f (patch)
tree2c27970af5b1bff042f2643a524d66e851e2ef1d /src/svnfrontend/graphtree/revgraphview.h
parentc6fcc6f0ea7dae4c5737ba94c6acbcd8b36c3983 (diff)
downloadtdesvn-0e18e8be5711912a2b39c07a7d4c14878ebea61f.tar.gz
tdesvn-0e18e8be5711912a2b39c07a7d4c14878ebea61f.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/svnfrontend/graphtree/revgraphview.h')
-rw-r--r--src/svnfrontend/graphtree/revgraphview.h2
1 files changed, 1 insertions, 1 deletions
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 */