MainWin: Derrive from Q3MainWindow compatiblity class

This commit is contained in:
Joel Holdsworth 2014-04-12 18:07:01 +01:00
parent dde16c897b
commit a27b67b9fa
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#ifndef MAINWIN_HH
#define MAINWIN_HH
#include <qmainwindow.h>
#include <Q3MainWindow>
class MainWid;
class Q3Action;
@ -29,7 +29,7 @@ class Q3ToolBar;
class QLabel;
class DisplayWid;
class MainWin : public QMainWindow
class MainWin : public Q3MainWindow
{
Q_OBJECT
public: