diff options
Diffstat (limited to 'src/svnfrontend/graphtree/revgraphview.h')
-rw-r--r-- | src/svnfrontend/graphtree/revgraphview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/graphtree/revgraphview.h b/src/svnfrontend/graphtree/revgraphview.h index aae7ab9..9e9b577 100644 --- a/src/svnfrontend/graphtree/revgraphview.h +++ b/src/svnfrontend/graphtree/revgraphview.h @@ -43,7 +43,7 @@ class CContextListener; */ class RevGraphView : public TQCanvasView { - Q_OBJECT + TQ_OBJECT public: enum ZoomPosition { TopLeft, TopRight, BottomLeft, BottomRight, Auto }; |