summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qlabel_p.h
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2010-03-03 13:36:31 (GMT)
committerHarald Fernengel <harald.fernengel@nokia.com>2010-03-03 13:36:47 (GMT)
commit69acbc34d5413e1e7642f1d533e39a8f0137051b (patch)
treed8b26c2504ef2c84cc8d346745462780fa86e216 /src/gui/widgets/qlabel_p.h
parentaf430b618a196a45e45c87afca446d60b4a3552d (diff)
downloadQt-69acbc34d5413e1e7642f1d533e39a8f0137051b.zip
Qt-69acbc34d5413e1e7642f1d533e39a8f0137051b.tar.gz
Qt-69acbc34d5413e1e7642f1d533e39a8f0137051b.tar.bz2
fix include
Diffstat (limited to 'src/gui/widgets/qlabel_p.h')
-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 21eb128..fba7224 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"