Qnx: Fix build with namespaced Qt.

Change-Id: I022345594a3747a81b2301ce05609f200e9bb2f6
Reviewed-by: Mehdi Fekari <mfekari@blackberry.com>
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Christian Kandeler
2013-07-25 10:45:17 +02:00
parent 7b313e9696
commit c03c41a48d

View File

@@ -34,8 +34,10 @@
#include <QWidget>
QT_BEGIN_NAMESPACE
class QStandardItemModel;
class QTreeWidgetItem;
QT_END_NAMESPACE
namespace Qnx {
namespace Internal {