[QGIS Commit] r8437 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed May 14 17:02:26 EDT 2008


Author: jef
Date: 2008-05-14 17:02:26 -0400 (Wed, 14 May 2008)
New Revision: 8437

Modified:
   trunk/qgis/src/app/qgsabout.cpp
Log:
fix compile error

Modified: trunk/qgis/src/app/qgsabout.cpp
===================================================================
--- trunk/qgis/src/app/qgsabout.cpp	2008-05-14 20:59:04 UTC (rev 8436)
+++ trunk/qgis/src/app/qgsabout.cpp	2008-05-14 21:02:26 UTC (rev 8437)
@@ -24,7 +24,7 @@
 #include <QFile>
 #include <QTextStream>
 #include <QImageReader>
-#include <QSqlDatabase>
+#include <QtSql/QSqlDatabase>
 #include <iostream>
 
 /* Uncomment this block to use preloaded images



More information about the QGIS-commit mailing list