Skip to content

Commit 7c0d8ac

Browse files
author
jef
committed
fix compile error
git-svn-id: http://svn.osgeo.org/qgis/trunk@8437 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e6b0e02 commit 7c0d8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsabout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <QFile>
2525
#include <QTextStream>
2626
#include <QImageReader>
27-
#include <QSqlDatabase>
27+
#include <QtSql/QSqlDatabase>
2828
#include <iostream>
2929

3030
/* Uncomment this block to use preloaded images

0 commit comments

Comments
 (0)