Changes work with Qt 3.0 (basically just use obsoleted QTableView class
until I get around to replacing it properly).
This commit is contained in:
@@ -36,7 +36,13 @@
|
||||
#include <qarray.h>
|
||||
#include <qcombobox.h>
|
||||
#include <qscrollview.h>
|
||||
#if QT_VERSION >= 300
|
||||
#include <qttableview.h>
|
||||
// Should stop using QTableView
|
||||
#define QTableView QtTableView
|
||||
#else
|
||||
#include <qtableview.h>
|
||||
#endif
|
||||
#include <qmainwindow.h>
|
||||
#include <qwidgetstack.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user