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

@@ -38,9 +38,9 @@
#pragma warning(disable : 4267)
#endif
#include <QtGui/QApplication>
#include <QApplication>
#include <QtGui/QCursor>
#include <QtGui/QMenu>
#include <QMenu>
#include <QtCore/QMap>
#include <Inventor/nodes/SoCamera.h>