summaryrefslogtreecommitdiff
path: root/muse2/muse/cobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/cobject.h')
-rw-r--r--muse2/muse/cobject.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/muse2/muse/cobject.h b/muse2/muse/cobject.h
index 15c687fc..416c0974 100644
--- a/muse2/muse/cobject.h
+++ b/muse2/muse/cobject.h
@@ -11,7 +11,8 @@
#include "config.h"
-#include <q3mainwindow.h>
+//#include <q3mainwindow.h>
+#include <QMainWindow>
#include <list>
class Xml;
@@ -20,7 +21,7 @@ class Xml;
// TopWin
//---------------------------------------------------------
-class TopWin : public Q3MainWindow
+class TopWin : public QMainWindow
{
Q_OBJECT