Skip to content

Commit

Permalink
Qt4 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-w committed May 5, 2017
1 parent cfed76a commit 016df50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/gui/SubWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

#include "SubWindow.h"

#include <QtCore/QMetaMethod>
#include <QtGui/QMoveEvent>
#include <QtGui/QWindow>
#include <QtWidgets/QMdiArea>
#include <QtWidgets/QScrollBar>
#include <QMetaMethod>
#include <QMoveEvent>
#include <QWindow>
#include <QMdiArea>
#include <QScrollBar>

#include "embed.h"

Expand Down

0 comments on commit 016df50

Please sign in to comment.