remove qgraphics include

This commit is contained in:
Marco Martin 2012-09-26 14:32:49 +02:00
parent 1784a08a85
commit 50cf107730
2 changed files with 1 additions and 2 deletions

View File

@ -418,7 +418,6 @@ private:
Q_PRIVATE_SLOT(d, void showShortcutConfig())
friend class CoronaPrivate;
friend class Corona;
friend class View;
};

View File

@ -22,8 +22,8 @@
#define PLASMA_PAINTUTILS_H
#include <QApplication>
#include <QGraphicsItem>
#include <QPainterPath>
#include <QColor>
#include <plasma/plasma_export.h>
#include "theme.h"