aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/typesystem_gui_maemo.xml
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-09-21 09:32:02 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-09-23 09:03:06 -0300
commit8048bd0c3bcdb1de33aa69d961402b355d6b07af (patch)
tree15c736c2180185e1940daf58c9c611abda42a306 /PySide/QtGui/typesystem_gui_maemo.xml
parentbf4b2c7660adc99b6a8b83748787f0ea078ad13b (diff)
Modified the type system files to make use of nested type declarations.
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'PySide/QtGui/typesystem_gui_maemo.xml')
-rw-r--r--PySide/QtGui/typesystem_gui_maemo.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/PySide/QtGui/typesystem_gui_maemo.xml b/PySide/QtGui/typesystem_gui_maemo.xml
index 99ccb2e8d..f49da9d61 100644
--- a/PySide/QtGui/typesystem_gui_maemo.xml
+++ b/PySide/QtGui/typesystem_gui_maemo.xml
@@ -20,10 +20,11 @@
-->
<typesystem package="PySide.QtGui">
- <enum-type name="QAbstractKineticScroller::Mode"/>
- <enum-type name="QAbstractKineticScroller::OvershootPolicy"/>
- <enum-type name="QAbstractKineticScroller::State"/>
- <object-type name="QAbstractKineticScroller" />
+ <object-type name="QAbstractKineticScroller">
+ <enum-type name="Mode"/>
+ <enum-type name="OvershootPolicy"/>
+ <enum-type name="State"/>
+ </object-type>
<load-typesystem name="typesystem_gui_x11.xml" generate="yes"/>
</typesystem>