* windows build fix with namespace configured Qt

* Reviewed-by: hjk
This commit is contained in:
kh
2009-03-25 13:17:37 +01:00
parent f812780e30
commit a887b17b59

View File

@@ -41,8 +41,10 @@
#ifdef Q_OS_WIN
#include <windows.h>
QT_BEGIN_NAMESPACE
class QWinEventNotifier;
class QTemporaryFile;
QT_END_NAMESPACE
#endif
namespace Core {