summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qgtkstyle.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-07 22:20:17 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-07 22:22:31 +0200
commit3d30c0fb60fd43cfdc3fdd4ffb839f1e863ccef6 (patch)
tree4078508400a0138cc16c4746289b3c996037f6cb /src/widgets/styles/qgtkstyle.h
parentb597565788ae430ed26201fc050685cc81050d93 (diff)
fix remaining includes
Made easy thanks to the fixqt4includes script
Diffstat (limited to 'src/widgets/styles/qgtkstyle.h')
-rw-r--r--src/widgets/styles/qgtkstyle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/styles/qgtkstyle.h b/src/widgets/styles/qgtkstyle.h
index 616ce24509..abf8ed4fbd 100644
--- a/src/widgets/styles/qgtkstyle.h
+++ b/src/widgets/styles/qgtkstyle.h
@@ -42,10 +42,10 @@
#ifndef QGTKSTYLE_H
#define QGTKSTYLE_H
-#include <QtGui/QCleanlooksStyle>
+#include <QtWidgets/QCleanlooksStyle>
#include <QtGui/QPalette>
#include <QtGui/QFont>
-#include <QtGui/QFileDialog>
+#include <QtWidgets/QFileDialog>
QT_BEGIN_HEADER