diff options
Diffstat (limited to 'kspell2/ui/configui.ui')
-rw-r--r-- | kspell2/ui/configui.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kspell2/ui/configui.ui b/kspell2/ui/configui.ui index bf645b9c9..d6f6e596b 100644 --- a/kspell2/ui/configui.ui +++ b/kspell2/ui/configui.ui @@ -2,7 +2,7 @@ <class>KSpell2ConfigUI</class> <comment>Licensed under GNU LGPL</comment> <author>Zack Rusin <zack@kde.org></author> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>KSpell2ConfigUI</cstring> </property> @@ -26,7 +26,7 @@ <string>This is the default language that the spell checker will use. The drop down box will list all of the dictionaries of your existing languages.</string> </property> </widget> - <widget class="QGroupBox" row="1" column="0" rowspan="1" colspan="2"> + <widget class="TQGroupBox" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>groupBox1</cstring> </property> @@ -37,7 +37,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QCheckBox" row="0" column="0"> + <widget class="TQCheckBox" row="0" column="0"> <property name="name"> <cstring>m_bgSpellCB</cstring> </property> @@ -48,7 +48,7 @@ <string>If checked, the "spell as you type" mode is active and all misspelled words are immediately highlighted.</string> </property> </widget> - <widget class="QCheckBox" row="1" column="0"> + <widget class="TQCheckBox" row="1" column="0"> <property name="name"> <cstring>m_skipUpperCB</cstring> </property> @@ -59,7 +59,7 @@ <string>If checked, words that consist of only uppercase letters are not spell checked. This is useful if you have a lot of acronyms, such as KDE for example.</string> </property> </widget> - <widget class="QCheckBox" row="2" column="0"> + <widget class="TQCheckBox" row="2" column="0"> <property name="name"> <cstring>m_skipRunTogetherCB</cstring> </property> @@ -72,7 +72,7 @@ </widget> </grid> </widget> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>textLabel1</cstring> </property> |