summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index ea3e342..74ae002 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -66,7 +66,11 @@
#include "trg-trackers-tree-view.h"
#include "trg-trackers-model.h"
#include "trg-state-selector.h"
+#if GTK_CHECK_VERSION( 3, 0, 0 )
+#include "trg-torrent-graph3.h"
+#else
#include "trg-torrent-graph.h"
+#endif
#include "trg-torrent-move-dialog.h"
#include "trg-torrent-props-dialog.h"
#include "trg-torrent-add-url-dialog.h"