Skip to content

Commit

Permalink
Use pushbutton instead of abstract button to prevent compile errors
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8552 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed May 30, 2008
1 parent 2c0aa8e commit 643f553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsgeomtypedialog.h
Expand Up @@ -43,7 +43,7 @@ class QgsGeomTypeDialog: public QDialog, private Ui::QgsGeomTypeDialogBase
void on_buttonBox_helpRequested();

private:
QAbstractButton *mOkButton;
QPushButton * mOkButton;
static const int context_id = 165149618;

};
Expand Down

0 comments on commit 643f553

Please sign in to comment.