diff view/PaneStack.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 6a0d54f3f21a
line wrap: on
line diff
--- a/view/PaneStack.cpp	Mon Jul 31 11:44:37 2006 +0000
+++ b/view/PaneStack.cpp	Mon Jul 31 14:05:22 2006 +0000
@@ -16,10 +16,10 @@
 
 #include "PaneStack.h"
 
-#include "widgets/Pane.h"
+#include "Pane.h"
 #include "widgets/PropertyStack.h"
-#include "base/Layer.h"
-#include "base/ViewManager.h"
+#include "layer/Layer.h"
+#include "ViewManager.h"
 
 #include <QApplication>
 #include <QHBoxLayout>