comparison framework/MainWindowBase.h @ 109:2dd30a7cd21a

* More work to abstract out interactive components used in the data library, so that it does not need to depend on QtGui.
author Chris Cannam
date Fri, 14 Mar 2008 17:14:21 +0000
parents b9faa1418d29
children 0c1ea5ff6518
comparison
equal deleted inserted replaced
108:e25e8f5d785b 109:2dd30a7cd21a
27 #include "base/PropertyContainer.h" 27 #include "base/PropertyContainer.h"
28 #include "base/RecentFiles.h" 28 #include "base/RecentFiles.h"
29 #include "layer/LayerFactory.h" 29 #include "layer/LayerFactory.h"
30 #include "transform/Transform.h" 30 #include "transform/Transform.h"
31 #include "SVFileReader.h" 31 #include "SVFileReader.h"
32 #include "data/fileio/FileFinder.h" 32 #include "widgets/FileFinder.h"
33 #include "data/fileio/FileSource.h" 33 #include "data/fileio/FileSource.h"
34 #include <map> 34 #include <map>
35 35
36 class Document; 36 class Document;
37 class PaneStack; 37 class PaneStack;