Mercurial > hg > svgui
diff view/ViewManager.h @ 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 | 2f83b6e3b8ca |
children | 592d692b4f8b |
line wrap: on
line diff
--- a/view/ViewManager.h Wed Mar 12 14:40:18 2008 +0000 +++ b/view/ViewManager.h Wed Mar 12 17:42:56 2008 +0000 @@ -22,6 +22,7 @@ #include <map> +#include "base/ViewManagerBase.h" #include "base/Selection.h" #include "base/Command.h" #include "base/Clipboard.h" @@ -46,7 +47,7 @@ * correctly whether they are supplied with a ViewManager or not. */ -class ViewManager : public QObject +class ViewManager : public ViewManagerBase { Q_OBJECT