Fix includes to be compatible with Qt5.
This change is Qt4/Qt5 neutral.
This commit is contained in:
committed by
wmayer
parent
e797054304
commit
81b59324cd
@@ -32,9 +32,9 @@
|
||||
|
||||
//#include "utils_global.h"
|
||||
|
||||
#include <QtGui/QDialogButtonBox>
|
||||
#include <QtGui/QMessageBox>
|
||||
#include <QtGui/QDialog>
|
||||
#include <QDialogButtonBox>
|
||||
#include <QMessageBox>
|
||||
#include <QDialog>
|
||||
|
||||
namespace Gui {
|
||||
namespace Dialog {
|
||||
|
||||
Reference in New Issue
Block a user