diff view/ViewManager.cpp @ 376:e1a9e478b7f2

* juggle some files around in order to free audioio, base, and system libraries from dependency on QtGui
author Chris Cannam
date Wed, 12 Mar 2008 17:42:56 +0000
parents eedb7f341ec5
children 592d692b4f8b
line wrap: on
line diff
--- a/view/ViewManager.cpp	Wed Mar 12 14:40:18 2008 +0000
+++ b/view/ViewManager.cpp	Wed Mar 12 17:42:56 2008 +0000
@@ -16,7 +16,7 @@
 #include "ViewManager.h"
 #include "base/AudioPlaySource.h"
 #include "data/model/Model.h"
-#include "base/CommandHistory.h"
+#include "widgets/CommandHistory.h"
 #include "View.h"
 
 #include <QSettings>