diff options
author | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-06-16 09:22:51 (GMT) |
---|---|---|
committer | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-06-16 09:37:01 (GMT) |
commit | 980bceb279e0948ad33ccecd6e1601e428d01866 (patch) | |
tree | af359957d4dc97792f958471a1e6dbb4c5a53099 /src/gui/text/qfontdatabase_s60.cpp | |
parent | 8d1ba7ebfb59d68dfdb4d7094c34208eeab4eae0 (diff) | |
download | Qt-980bceb279e0948ad33ccecd6e1601e428d01866.zip Qt-980bceb279e0948ad33ccecd6e1601e428d01866.tar.gz Qt-980bceb279e0948ad33ccecd6e1601e428d01866.tar.bz2 |
Proper naming for raster pixmap and paintengine on Symbian.
As QTBUG-19880 highlighted, the old S60 naming is not suitable for
these classes anymore.
Task-number: QTBUG-19913
Reviewed-by: Jani Hautakangas
Diffstat (limited to 'src/gui/text/qfontdatabase_s60.cpp')
-rw-r--r-- | src/gui/text/qfontdatabase_s60.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontdatabase_s60.cpp b/src/gui/text/qfontdatabase_s60.cpp index 3514fd3..6ede1f1 100644 --- a/src/gui/text/qfontdatabase_s60.cpp +++ b/src/gui/text/qfontdatabase_s60.cpp @@ -47,7 +47,7 @@ #include "qdesktopservices.h" #include "qtemporaryfile.h" #include "qtextcodec.h" -#include <private/qpixmap_s60_p.h> +#include <private/qpixmap_raster_symbian_p.h> #include <private/qt_s60_p.h> #include "qendian.h" #include <private/qcore_symbian_p.h> |