diff options
Diffstat (limited to 'src/libs/qtcomponents/styleitem/qwheelarea.h')
-rw-r--r-- | src/libs/qtcomponents/styleitem/qwheelarea.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libs/qtcomponents/styleitem/qwheelarea.h b/src/libs/qtcomponents/styleitem/qwheelarea.h index bf09e32ee0..802b0e80f4 100644 --- a/src/libs/qtcomponents/styleitem/qwheelarea.h +++ b/src/libs/qtcomponents/styleitem/qwheelarea.h @@ -34,12 +34,12 @@ #define QWHEELAREA_H -#include <QtCore/qobject.h> -#include <QtDeclarative/qdeclarative.h> -#include <QtDeclarative/qdeclarativeitem.h> -#include <QtCore/qcoreevent.h> -#include <QtGui/qevent.h> -#include <QtGui/qgraphicssceneevent.h> +#include <qobject.h> +#include <qdeclarative.h> +#include <qdeclarativeitem.h> +#include <qcoreevent.h> +#include <qevent.h> +#include <qgraphicssceneevent.h> class QWheelArea : public QDeclarativeItem { |