diff options
author | Harald Fernengel <harald.fernengel@nokia.com> | 2010-03-03 14:36:31 +0100 |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2010-03-03 14:36:47 +0100 |
commit | 69acbc34d5413e1e7642f1d533e39a8f0137051b (patch) | |
tree | d8b26c2504ef2c84cc8d346745462780fa86e216 | |
parent | af430b618a196a45e45c87afca446d60b4a3552d (diff) | |
download | qt4-tools-69acbc34d5413e1e7642f1d533e39a8f0137051b.tar.gz |
fix include
-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 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" |