Change includes in Quarter to be compatible with Qt5.

This change is Qt4/Qt5 neutral.
This commit is contained in:
Mateusz Skowroński
2015-12-24 07:32:29 +01:00
committed by wmayer
parent 56ece555b7
commit fe6face07b
5 changed files with 7 additions and 6 deletions

View File

@@ -36,8 +36,8 @@
#include <Quarter/devices/SpaceNavigatorDevice.h>
#include <QtGui/QApplication>
#include <QtGui/QWidget>
#include <QApplication>
#include <QWidget>
#include <QtCore/QEvent>
#include <Inventor/events/SoEvent.h>