From 281d9aa21288e3ac73701629d6259c78f08ca421 Mon Sep 17 00:00:00 2001 From: doitux Date: Thu, 9 Jan 2014 23:20:17 +0100 Subject: [PATCH] make qt4 build easier --- src/gui/qt/chattools/chattools.h | 2 ++ src/pokerth.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/gui/qt/chattools/chattools.h b/src/gui/qt/chattools/chattools.h index a5391e88..6bf7990a 100644 --- a/src/gui/qt/chattools/chattools.h +++ b/src/gui/qt/chattools/chattools.h @@ -33,7 +33,9 @@ #include #include +#if QT_VERSION >= 0x050000 #include +#endif #include #include diff --git a/src/pokerth.cpp b/src/pokerth.cpp index f6bc013b..2f9981c1 100755 --- a/src/pokerth.cpp +++ b/src/pokerth.cpp @@ -34,7 +34,9 @@ #include #include +#if QT_VERSION >= 0x050000 #include +#endif #include #include