core: compile fix with namespaces

Change-Id: Ibbf2711d7d7ce2b0ec56c93bb0ceac3dfa785756
Reviewed-on: http://codereview.qt.nokia.com/3106
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-08-17 15:16:54 +02:00
committed by hjk
parent 773a36a068
commit ee4aa00bbb

View File

@@ -35,10 +35,11 @@
#include "coreplugin/core_global.h"
QT_BEGIN_NAMESPACE
class QWidget;
QT_END_NAMESPACE
namespace Core {
namespace Internal {
struct CORE_EXPORT FileUtils