comparison widgets/PropertyStack.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 705f05ab42e3
children dd932fe5f3ff
comparison
equal deleted inserted replaced
127:89c625dda204 128:33929e0c3c6b
14 */ 14 */
15 15
16 #include "PropertyStack.h" 16 #include "PropertyStack.h"
17 #include "PropertyBox.h" 17 #include "PropertyBox.h"
18 #include "base/PropertyContainer.h" 18 #include "base/PropertyContainer.h"
19 #include "base/View.h" 19 #include "view/View.h"
20 #include "base/Layer.h" 20 #include "layer/Layer.h"
21 21
22 #include <QIcon> 22 #include <QIcon>
23 #include <QTabWidget> 23 #include <QTabWidget>
24 24
25 #include <iostream> 25 #include <iostream>