summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebKit/qt
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-04-19 09:12:17 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-04-19 10:37:02 (GMT)
commit4a03f74277427e2487a87fff19ca0082c69bcc75 (patch)
tree8db183765362277d0a4c4a59eaeffe92ae471dec /src/3rdparty/webkit/WebKit/qt
parent5107946e97cbc480a9329565c29b7384c8ba0860 (diff)
downloadQt-4a03f74277427e2487a87fff19ca0082c69bcc75.zip
Qt-4a03f74277427e2487a87fff19ca0082c69bcc75.tar.gz
Qt-4a03f74277427e2487a87fff19ca0082c69bcc75.tar.bz2
Fix the include header <qstring.h> -> <QtCore/qstring.h>
Diffstat (limited to 'src/3rdparty/webkit/WebKit/qt')
-rw-r--r--src/3rdparty/webkit/WebKit/qt/Api/qwebkitversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/Api/qwebkitversion.h b/src/3rdparty/webkit/WebKit/qt/Api/qwebkitversion.h
index f0fbef0..de79dd1 100644
--- a/src/3rdparty/webkit/WebKit/qt/Api/qwebkitversion.h
+++ b/src/3rdparty/webkit/WebKit/qt/Api/qwebkitversion.h
@@ -17,7 +17,7 @@
Boston, MA 02110-1301, USA.
*/
-#include <qstring.h>
+#include <QtCore/qstring.h>
#ifndef qwebkitversion_h
#define qwebkitversion_h