Mercurial > hg > sonic-visualiser
diff main/MainWindow.h @ 203:0de89bce24e4
* Move some things around to facilitate plundering libraries for other
applications without needing to duplicate so much code.
sv/osc -> data/osc
sv/audioio -> audioio
sv/transform -> plugin/transform
sv/document -> document (will rename to framework in next commit)
author | Chris Cannam |
---|---|
date | Wed, 24 Oct 2007 16:34:31 +0000 |
parents | 1871581e4da9 |
children | 688604a2c038 |
line wrap: on
line diff
--- a/main/MainWindow.h Wed Oct 24 16:00:30 2007 +0000 +++ b/main/MainWindow.h Wed Oct 24 16:34:31 2007 +0000 @@ -21,14 +21,13 @@ #include <QUrl> #include <QPointer> -#include "MainWindowBase.h" - +#include "document/MainWindowBase.h" #include "base/Command.h" #include "view/ViewManager.h" #include "base/PropertyContainer.h" #include "base/RecentFiles.h" #include "layer/LayerFactory.h" -#include "transform/Transform.h" +#include "plugin/transform/Transform.h" #include "document/SVFileReader.h" #include "data/fileio/FileFinder.h" #include "data/fileio/FileSource.h"