From 6878a84db9e3f006924b5e852d6dca287b2260ba Mon Sep 17 00:00:00 2001 From: jef Date: Thu, 17 Jun 2010 21:34:14 +0000 Subject: [PATCH] fix #2817 git-svn-id: http://svn.osgeo.org/qgis/trunk@13746 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/app/qgisapp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/qgisapp.cpp b/src/app/qgisapp.cpp index e013e8eae65..dc3255b15f0 100644 --- a/src/app/qgisapp.cpp +++ b/src/app/qgisapp.cpp @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include #include @@ -3439,7 +3439,7 @@ void QgisApp::saveMapAsImage() // get a list of supported output image types int myCounterInt = 0; QString myFilters; - QList formats = QImageReader::supportedImageFormats(); + QList formats = QImageWriter::supportedImageFormats(); for ( ; myCounterInt < formats.count(); myCounterInt++ ) {