summaryrefslogtreecommitdiff
path: root/muse2/muse/cobject.h
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-10-26 22:30:37 +0000
committerTim E. Real <termtech@rogers.com>2010-10-26 22:30:37 +0000
commitb5a9f51073ba4e3c166f9229cd596f22878acafc (patch)
tree2f2bd80dd09f6391166ef35c2521eb2651ade4c1 /muse2/muse/cobject.h
parent1b5734729f893636653693776da29c6f391d3439 (diff)
See ChangeLog
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