diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2009-12-16 16:22:15 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2009-12-16 16:22:15 (GMT) |
commit | 0e5b1ab9bce08a1c0927e13efdc6d24873d920ec (patch) | |
tree | 6b6683ea3651e8b8cf6a874b2ad8b71f1860796a /src | |
parent | b2aefe0ff51a2cdb4990eb9bc19cfb044193ed21 (diff) | |
download | Qt-0e5b1ab9bce08a1c0927e13efdc6d24873d920ec.zip Qt-0e5b1ab9bce08a1c0927e13efdc6d24873d920ec.tar.gz Qt-0e5b1ab9bce08a1c0927e13efdc6d24873d920ec.tar.bz2 |
typo in pro file
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/image/image.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/image.pri b/src/gui/image/image.pri index b232848..10a073b 100644 --- a/src/gui/image/image.pri +++ b/src/gui/image/image.pri @@ -23,7 +23,7 @@ HEADERS += \ image/qpictureformatplugin.h \ image/qpixmap.h \ image/qpixmap_raster_p.h \ - miage/qpixmap_blitter_p.h \ + image/qpixmap_blitter_p.h \ image/qpixmapcache.h \ image/qpixmapcache_p.h \ image/qpixmapdata_p.h \ |