diff options
author | 2015-08-01 20:41:27 +0200 | |
---|---|---|
committer | 2015-08-01 20:43:47 +0200 | |
commit | 9485ca9d43dcab732325e4ba16194153ea293d4b (patch) | |
tree | 5fb55315d4a4f3c001ecbdcf3b877d20ad60f2a6 /src/osd/modules/debugger/qt/dasmwindow.h | |
parent | c9174e36897ccb723de18cb0361557629caba912 (diff) |
Revert "debugqt: Port to Qt5 [O. Galibert]"
Experience shows it's too early for that. I'll keep that in a corner
and we'll see again later.
Diffstat (limited to 'src/osd/modules/debugger/qt/dasmwindow.h')
-rw-r--r-- | src/osd/modules/debugger/qt/dasmwindow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osd/modules/debugger/qt/dasmwindow.h b/src/osd/modules/debugger/qt/dasmwindow.h index 44368c4e11f..9912841603a 100644 --- a/src/osd/modules/debugger/qt/dasmwindow.h +++ b/src/osd/modules/debugger/qt/dasmwindow.h @@ -3,8 +3,7 @@ #ifndef __DEBUG_QT_DASM_WINDOW_H__ #define __DEBUG_QT_DASM_WINDOW_H__ -#include <QtWidgets/QLineEdit> -#include <QtWidgets/QComboBox> +#include <QtGui/QtGui> #include "debuggerview.h" #include "windowqt.h" |