Skip to content

Commit

Permalink
Applied patches from Markus Neteler to allow compilation on Qt 3.1
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@3139 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Apr 13, 2005
1 parent 695b39e commit 0bd9c46
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 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-12 [ges] 0.6.0devel12
** Applied patches from Markus Neteler to allow compilation on Qt 3.1
2005-04-12 [timlinux] 0.6devel12
** Fix for [ 1181249 ] Crash when loading shape files
2005-04-11 [timlinux] 0.6devel11
Expand Down
2 changes: 1 addition & 1 deletion plugins/community_reg_plugin/pluginguibase.ui
@@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>PluginGuiBase</class>
<widget class="QDialog">
<property name="name">
Expand Down
@@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<!DOCTYPE UI><UI version="3.1" 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.2" stdsetdef="1">
<!DOCTYPE UI><UI version="3.1" 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.2" stdsetdef="1">
<!DOCTYPE UI><UI version="3.1" 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.2" stdsetdef="1">
<!DOCTYPE UI><UI version="3.1" 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.2" stdsetdef="1">
<!DOCTYPE UI><UI version="3.1" 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.2" stdsetdef="1">
<!DOCTYPE UI><UI version="3.1" 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.2" stdsetdef="1">
<!DOCTYPE UI><UI version="3.1" 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.2" stdsetdef="1">
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>QgsProjectionSelectorBase</class>
<widget class="QWidget">
<property name="name">
Expand Down

0 comments on commit 0bd9c46

Please sign in to comment.