diff options
author | Harald Fernengel <harald.fernengel@nokia.com> | 2010-03-03 13:36:31 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2010-03-03 13:36:47 (GMT) |
commit | 69acbc34d5413e1e7642f1d533e39a8f0137051b (patch) | |
tree | d8b26c2504ef2c84cc8d346745462780fa86e216 /src/gui/widgets/qlabel_p.h | |
parent | af430b618a196a45e45c87afca446d60b4a3552d (diff) | |
download | Qt-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.h | 2 |
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" |