Removed the QMessageBox::Question function to allow compilation (I think)

under Qt 3.1.2


git-svn-id: http://svn.osgeo.org/qgis/trunk@3367 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2005-05-13 04:25:29 +00:00
parent 5483157705
commit 673c022247

View File

@ -198,7 +198,7 @@ void QgsCustomProjectionDialog::pbnHelp_clicked()
void QgsCustomProjectionDialog::pbnDelete_clicked()
{
if (QMessageBox::Yes!=QMessageBox::question(
if (QMessageBox::Yes!=QMessageBox::warning(
this,
tr("Delete Projection Definition?"),
tr("Deleting a projection definition is not reversable. Do you want to delete it?") ,