Skip to content
Snippets Groups Projects
Commit 3d5e094f authored by Jan Möbius's avatar Jan Möbius
Browse files

- Remove QT4 ifdefs from interfaces

refs #141
parent fe62fae1
No related branches found
No related tags found
1 merge request!86Removed qt4 ifdefs
......@@ -49,11 +49,7 @@
#include <QApplication>
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
#include <QFile>
#include <QMessageBox>
......
......@@ -48,12 +48,7 @@
\*===========================================================================*/
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
#include <QMessageBox>
......
......@@ -49,11 +49,9 @@
#include <OpenFlipper/common/Types.hh>
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
#include "TreeModelObjectSelection.hh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment