Make use of QT_VERSION define instead of using our own define

This commit is contained in:
Christophe Dumez
2010-03-04 18:40:11 +00:00
parent 291b94bef0
commit e082c02630
9 changed files with 17 additions and 25 deletions

View File

@@ -49,7 +49,7 @@
#include "bittorrent.h"
#include "downloadthread.h"
#ifdef QT_4_5
#if QT_VERSION >= 0x040500
#include <QHash>
#else
#include <QMap>