compile fix with namespaces

Change-Id: I1b888ff8bd5c30a13dc8c00824d4cae6990a4b23
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-11-24 13:00:01 +01:00
committed by hjk
parent 4ba95878b3
commit f012bf4494
31 changed files with 90 additions and 322 deletions

View File

@@ -36,17 +36,7 @@
#include <projectexplorer/abstractprocessstep.h>
QT_BEGIN_NAMESPACE
class QListWidgetItem;
namespace GenericProjectManager {
namespace Internal {
namespace Ui {
class GenericMakeStep;
} // namespace Ui
} // namespace Internal
} // namespace GenericProjectManager
QT_END_NAMESPACE
namespace GenericProjectManager {
@@ -55,10 +45,12 @@ namespace Internal {
class GenericBuildConfiguration;
class GenericMakeStepConfigWidget;
class GenericMakeStepFactory;
namespace Ui { class GenericMakeStep; }
class GenericMakeStep : public ProjectExplorer::AbstractProcessStep
{
Q_OBJECT
friend class GenericMakeStepConfigWidget; // TODO remove again?
friend class GenericMakeStepFactory;