diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-02-10 10:24:27 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-02-10 10:24:27 (GMT) |
commit | d7f8be6ec47bc8c241df95f7d13547a60362677b (patch) | |
tree | 2b565c76d49a0382e9d3ef447a1ec081e766c66a | |
parent | de88b9663c01691c64e2677444aab5c1b806c4c2 (diff) | |
download | Qt-d7f8be6ec47bc8c241df95f7d13547a60362677b.zip Qt-d7f8be6ec47bc8c241df95f7d13547a60362677b.tar.gz Qt-d7f8be6ec47bc8c241df95f7d13547a60362677b.tar.bz2 |
Make compile
Reviewed-By: Alessandro Portale
-rw-r--r-- | src/gui/text/qfontengine_s60.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontengine_s60.cpp b/src/gui/text/qfontengine_s60.cpp index 9dd4af7..3ea084b 100644 --- a/src/gui/text/qfontengine_s60.cpp +++ b/src/gui/text/qfontengine_s60.cpp @@ -44,7 +44,7 @@ #include "qglobal.h" #include <private/qapplication_p.h> #include "qimage.h" -#include "qt_s60_p.h" +#include <private/qt_s60_p.h> #include <e32base.h> #include <e32std.h> |