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

@@ -39,8 +39,8 @@
#include <QtGui/QAction>
namespace ProjectExplorer {
class Project;
class Node;
class Project;
class Node;
}
namespace GenericProjectManager {
@@ -48,7 +48,7 @@ namespace Internal {
class ProjectFilesFactory;
class GenericProjectPlugin: public ExtensionSystem::IPlugin
class GenericProjectPlugin : public ExtensionSystem::IPlugin
{
Q_OBJECT