Mercurial > hg > svapp
comparison framework/MainWindowBase.cpp @ 46:7fbe1c99d5d8
* Fix build (document -> framework renaming)
author | Chris Cannam |
---|---|
date | Wed, 24 Oct 2007 16:43:20 +0000 |
parents | 9ea770d93fae |
children | d97a7ed7aa39 |
comparison
equal
deleted
inserted
replaced
45:9ea770d93fae | 46:7fbe1c99d5d8 |
---|---|
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #include "MainWindowBase.h" | 16 #include "MainWindowBase.h" |
17 #include "document/Document.h" | 17 #include "Document.h" |
18 | 18 |
19 | 19 |
20 #include "view/Pane.h" | 20 #include "view/Pane.h" |
21 #include "view/PaneStack.h" | 21 #include "view/PaneStack.h" |
22 #include "data/model/WaveFileModel.h" | 22 #include "data/model/WaveFileModel.h" |