summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Bache-Wiig <jbache@trolltech.com>2010-03-03 16:15:47 (GMT)
committerJens Bache-Wiig <jbache@trolltech.com>2010-03-03 16:15:47 (GMT)
commitf57521e4c658cf239f4691efed66e49c41f22bd5 (patch)
tree97ec60336041495e3791f9099a41f93d4324dd5c
parent48dc16b34586f7dca8bf513f6447c97543801814 (diff)
downloadQt-f57521e4c658cf239f4691efed66e49c41f22bd5.zip
Qt-f57521e4c658cf239f4691efed66e49c41f22bd5.tar.gz
Qt-f57521e4c658cf239f4691efed66e49c41f22bd5.tar.bz2
Fix compile
-rw-r--r--src/gui/styles/qgtkstyle_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/styles/qgtkstyle_p.h b/src/gui/styles/qgtkstyle_p.h
index 5ded4dd..e8b0be7 100644
--- a/src/gui/styles/qgtkstyle_p.h
+++ b/src/gui/styles/qgtkstyle_p.h
@@ -56,6 +56,7 @@
#include <QtCore/qglobal.h>
#if !defined(QT_NO_STYLE_GTK)
+#include <QtCore/qstring.h>
#include <QtCore/qstringbuilder.h>
#include <QtCore/qcoreapplication.h>