summaryrefslogtreecommitdiffstats
path: root/pokemodr/gui/species.ui
diff options
context:
space:
mode:
Diffstat (limited to 'pokemodr/gui/species.ui')
-rw-r--r--pokemodr/gui/species.ui14
1 files changed, 7 insertions, 7 deletions
diff --git a/pokemodr/gui/species.ui b/pokemodr/gui/species.ui
index 071fd759..1e670181 100644
--- a/pokemodr/gui/species.ui
+++ b/pokemodr/gui/species.ui
@@ -54,7 +54,7 @@
</property>
<layout class="QVBoxLayout" >
<item>
- <widget class="FractionWidget" name="varRunChance" >
+ <widget class="Pokemodr::FractionWidget" name="varRunChance" >
<property name="toolTip" >
<string>The chance that the species runs in a wild battle</string>
</property>
@@ -73,7 +73,7 @@
</property>
<layout class="QVBoxLayout" >
<item>
- <widget class="FractionWidget" name="varFleeChance" >
+ <widget class="Pokemodr::FractionWidget" name="varFleeChance" >
<property name="toolTip" >
<string>Chance that the player can flee from a wild battle</string>
</property>
@@ -92,7 +92,7 @@
</property>
<layout class="QVBoxLayout" >
<item>
- <widget class="FractionWidget" name="varItemChance" >
+ <widget class="Pokemodr::FractionWidget" name="varItemChance" >
<property name="toolTip" >
<string>Chance the species is carrying an item in a wild battle</string>
</property>
@@ -363,7 +363,7 @@
</property>
<layout class="QVBoxLayout" >
<item>
- <widget class="FractionWidget" name="varGenderChance" >
+ <widget class="Pokemodr::FractionWidget" name="varGenderChance" >
<property name="toolTip" >
<string>Chance of getting a female version of the species (negative is genderless)</string>
</property>
@@ -440,7 +440,7 @@
</property>
<layout class="QHBoxLayout" >
<item>
- <widget class="ScriptWidget" name="varEvolution" />
+ <widget class="Pokemodr::ScriptWidget" name="varEvolution" />
</item>
</layout>
</widget>
@@ -699,12 +699,12 @@
<container>1</container>
</customwidget>
<customwidget>
- <class>FractionWidget</class>
+ <class>Pokemodr::FractionWidget</class>
<extends>QWidget</extends>
<header>../FractionWidget.h</header>
</customwidget>
<customwidget>
- <class>ScriptWidget</class>
+ <class>Pokemodr::ScriptWidget</class>
<extends>QWidget</extends>
<header>../ScriptWidget.h</header>
</customwidget>