Fix build without Qt4 headers.

This commit is contained in:
Jonas Kvinge
2018-03-31 16:49:27 +02:00
parent 01c02c3b55
commit 0fcd66cef2
4 changed files with 22 additions and 11 deletions

View File

@@ -30,8 +30,8 @@
#ifndef STYLEHELPER_H
#define STYLEHELPER_H
#include <QtGui/QColor>
#include <QtGui/QStyle>
#include <QColor>
#include <QStyle>
#include "core/qt_blurimage.h"