diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-17 22:17:08 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-17 22:17:08 +0000 |
commit | f138d74fe16092003b06f5bde9663841929cde7f (patch) | |
tree | e9c497a0e59bc7d34264ac9404740d2ea76f3de4 /kmouth/wordcompletion/creationsourcedetailsui.ui | |
parent | 3a3c4b256baee79bdcfe72c5e01b9ded9b525900 (diff) | |
download | tdeaccessibility-f138d74fe16092003b06f5bde9663841929cde7f.tar.gz tdeaccessibility-f138d74fe16092003b06f5bde9663841929cde7f.zip |
TQt4 port kdeaccessibility
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1237325 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmouth/wordcompletion/creationsourcedetailsui.ui')
-rw-r--r-- | kmouth/wordcompletion/creationsourcedetailsui.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kmouth/wordcompletion/creationsourcedetailsui.ui b/kmouth/wordcompletion/creationsourcedetailsui.ui index 1a1f61b..689ee25 100644 --- a/kmouth/wordcompletion/creationsourcedetailsui.ui +++ b/kmouth/wordcompletion/creationsourcedetailsui.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>CreationSourceDetailsUI</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>CreationSourceDetailsUI</cstring> </property> @@ -16,7 +16,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="2"> + <widget class="TQCheckBox" row="3" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>spellCheckBox</cstring> </property> @@ -30,7 +30,7 @@ <string>If you select this check box the words are spell-checked before they are inserted into the new dictionary.</string> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>encodingLabel</cstring> </property> @@ -52,7 +52,7 @@ <string>With this combo box you select the character encoding used to load text files. This combo box is not used for XML files or for dictionary files.</string> </property> </widget> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>urlLabel</cstring> </property> @@ -125,7 +125,7 @@ <string>With this input field you select the OpenOffice.org directory that will be used to spellcheck the words of the new dictionary.</string> </property> </widget> - <widget class="QLabel" row="2" column="0"> + <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>languageLabel</cstring> </property> @@ -166,13 +166,13 @@ <variables> <variable access="public">KLanguageButton *languageButton;</variable> </variables> -<slots> +<Q_SLOTS> <slot access="protected" specifier="non virtual">languageButton_activated( int index )</slot> -</slots> +</Q_SLOTS> <functions> <function access="private" specifier="non virtual">init()</function> </functions> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kinputdialog.h</includehint> <includehint>kpushbutton.h</includehint> |