Skip to content

Commit

Permalink
Applied patches from Markus Neteler to allow compilation on Qt 3.2
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@3128 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Apr 11, 2005
1 parent 6efa3f6 commit 6c11491
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -2,6 +2,8 @@
------------------------------------------------------------------------------
Version 0.6 'Simon' .... development version
QGIS Change Log
2005-04-11 [ges] 0.6.0devel10
** Applied patches from Markus Neteler to allow compilation on Qt 3.2
2005-04-11 [ges]
** Fixed default projection (WGS 84) so it is now selected when the
project properties dialog is opened and no projection has been set.
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=6
MICRO_VERSION=0
EXTRA_VERSION=9
EXTRA_VERSION=10
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else
Expand Down
2 changes: 1 addition & 1 deletion plugins/community_reg_plugin/pluginguibase.ui
@@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>PluginGuiBase</class>
<widget class="QDialog">
<property name="name">
Expand Down
@@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>QgsLocationCaptureWidgetBase</class>
<widget class="QWidget">
<property name="name">
Expand Down
2 changes: 1 addition & 1 deletion src/qgisappbase.ui
@@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>QgisAppBase</class>
<widget class="QMainWindow">
<property name="name">
Expand Down
2 changes: 1 addition & 1 deletion src/qgscustomprojectiondialogbase.ui
@@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>QgsCustomProjectionDialogBase</class>
<widget class="QDialog">
<property name="name">
Expand Down
2 changes: 1 addition & 1 deletion src/qgslayerprojectionselectorbase.ui
@@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>QgsLayerProjectionSelectorBase</class>
<widget class="QDialog">
<property name="name">
Expand Down
2 changes: 1 addition & 1 deletion src/qgsoptionsbase.ui
@@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>QgsOptionsBase</class>
<widget class="QDialog">
<property name="name">
Expand Down
2 changes: 1 addition & 1 deletion src/qgsprojectpropertiesbase.ui
@@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>QgsProjectPropertiesBase</class>
<widget class="QDialog">
<property name="name">
Expand Down
2 changes: 1 addition & 1 deletion src/qgsrasterlayerpropertiesbase.ui
@@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>QgsRasterLayerPropertiesBase</class>
<widget class="QDialog">
<property name="name">
Expand Down
2 changes: 1 addition & 1 deletion widgets/projectionselector/qgsprojectionselectorbase.ui
@@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>QgsProjectionSelectorBase</class>
<widget class="QWidget">
<property name="name">
Expand Down

0 comments on commit 6c11491

Please sign in to comment.