summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2010-03-03 14:36:31 +0100
committerHarald Fernengel <harald.fernengel@nokia.com>2010-03-03 14:36:47 +0100
commit69acbc34d5413e1e7642f1d533e39a8f0137051b (patch)
treed8b26c2504ef2c84cc8d346745462780fa86e216
parentaf430b618a196a45e45c87afca446d60b4a3552d (diff)
downloadqt4-tools-69acbc34d5413e1e7642f1d533e39a8f0137051b.tar.gz
fix include
-rw-r--r--src/gui/widgets/qlabel_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qlabel_p.h b/src/gui/widgets/qlabel_p.h
index 21eb128f59..fba72240b1 100644
--- a/src/gui/widgets/qlabel_p.h
+++ b/src/gui/widgets/qlabel_p.h
@@ -55,7 +55,7 @@
#include "qlabel.h"
-#include "../text/qtextdocumentlayout_p.h"
+#include "private/qtextdocumentlayout_p.h"
#include "private/qtextcontrol_p.h"
#include "qtextdocumentfragment.h"
#include "qframe_p.h"