Mercurial > hg > svgui
diff view/View.cpp @ 128:33929e0c3c6b
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | 89c625dda204 |
children | eaae73b6bd28 |
line wrap: on
line diff
--- a/view/View.cpp Mon Jul 31 11:44:37 2006 +0000 +++ b/view/View.cpp Mon Jul 31 14:05:22 2006 +0000 @@ -13,14 +13,14 @@ COPYING included with this distribution for more information. */ -#include "base/View.h" -#include "base/Layer.h" -#include "base/Model.h" +#include "View.h" +#include "layer/Layer.h" +#include "data/model/Model.h" #include "base/ZoomConstraint.h" #include "base/Profiler.h" #include "layer/TimeRulerLayer.h" //!!! damn, shouldn't be including that here -#include "model/PowerOfSqrtTwoZoomConstraint.h" //!!! likewise +#include "data/model/PowerOfSqrtTwoZoomConstraint.h" //!!! likewise #include <QPainter> #include <QPaintEvent>