fix build with namespaced Qt

Change-Id: I014b751d0e7bf584c2370c8ae40fbe91f28ff747
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Joerg Bornemann
2013-04-22 13:01:37 +02:00
committed by hjk
parent 20b5c3b2c8
commit 714298b370
2 changed files with 4 additions and 2 deletions

View File

@@ -32,10 +32,12 @@
#include <QWizardPage>
QT_BEGIN_NAMESPACE
class QVBoxLayout;
class QLabel;
class QTreeView;
class QLineEdit;
QT_END_NAMESPACE
namespace GenericProjectManager {
namespace Internal {

View File

@@ -38,9 +38,9 @@
#include <QTreeView>
#include <QLabel>
class QLabel;
class QTreeView;
QT_BEGIN_NAMESPACE
class QVBoxLayout;
QT_END_NAMESPACE
namespace GenericProjectManager {
namespace Internal {