ged rid of H namespace

This commit is contained in:
The Coriolis Project 2008-04-03 15:21:18 +00:00
parent 8544dc5116
commit 9d48b67296
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# include "CellViewer.h" # include "CellViewer.h"
namespace H { namespace Hurricane {
CellViewer::CellViewer ( Cell* cell ) : QMainWindow() CellViewer::CellViewer ( Cell* cell ) : QMainWindow()

View File

@ -53,7 +53,7 @@ ScreenLayer::ScreenLayer ( BasicLayer* basicLayer
) : _layer(basicLayer) ) : _layer(basicLayer)
, _index(index) , _index(index)
, _isVisible(isVisible) , _isVisible(isVisible)
, _brush(H::getBrush(_layer)) , _brush(Hurricane::getBrush(_layer))
{} {}