Fix includes to be compatible with Qt5.

This change is Qt4/Qt5 neutral.
This commit is contained in:
Mateusz Skowroński
2016-04-14 20:50:47 +02:00
committed by wmayer
parent e797054304
commit 81b59324cd
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@
#include "DlgCheckableMessageBox.h"
#include "ui_DlgCheckableMessageBox.h"
#include <QtGui/QPushButton>
#include <QPushButton>
#include <QtCore/QDebug>
#include "MainWindow.h"