diff options
author | Slávek Banko <[email protected]> | 2016-04-10 10:42:00 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-04-10 10:42:00 +0200 |
commit | 7fdc8b30e85418cca031b45ad02f723373b73433 (patch) | |
tree | 491150f68ddc476645599a00d04e27b194e9648c /src/behaviour.ui | |
parent | 3566ebfc3015ab32c4e0531defb41377c171fadb (diff) | |
download | tastymenu-7fdc8b30e85418cca031b45ad02f723373b73433.tar.gz tastymenu-7fdc8b30e85418cca031b45ad02f723373b73433.zip |
Initial TQt conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/behaviour.ui')
-rw-r--r-- | src/behaviour.ui | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/behaviour.ui b/src/behaviour.ui index b65cd3c..eaf4554 100644 --- a/src/behaviour.ui +++ b/src/behaviour.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>Behaviour</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>Behaviour</cstring> </property> @@ -19,7 +19,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2"> + <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>GeneralBehaviour</cstring> </property> @@ -52,7 +52,7 @@ </size> </property> </spacer> - <widget class="QCheckBox" row="1" column="1"> + <widget class="TQCheckBox" row="1" column="1"> <property name="name"> <cstring>kcfg_OverrideAltF1</cstring> </property> @@ -83,7 +83,7 @@ </size> </property> </spacer> - <widget class="QCheckBox" row="2" column="1"> + <widget class="TQCheckBox" row="2" column="1"> <property name="name"> <cstring>kcfg_ShowSaveSession</cstring> </property> @@ -98,7 +98,7 @@ It saves the current session informations like open applications and windows position. In order to use it you must set "Restore manually saved session" in the Session Manager Kcontrol module.</string> </property> </widget> - <widget class="QCheckBox" row="4" column="1"> + <widget class="TQCheckBox" row="4" column="1"> <property name="name"> <cstring>kcfg_HideOneChild</cstring> </property> @@ -112,7 +112,7 @@ It saves the current session informations like open applications and windows pos <bool>true</bool> </property> </widget> - <widget class="QCheckBox" row="5" column="1"> + <widget class="TQCheckBox" row="5" column="1"> <property name="name"> <cstring>kcfg_Alphabetical</cstring> </property> @@ -123,7 +123,7 @@ It saves the current session informations like open applications and windows pos <string>Alt+B</string> </property> </widget> - <widget class="QLabel" row="6" column="0" rowspan="1" colspan="2"> + <widget class="TQLabel" row="6" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>SearchFieldBehaviour</cstring> </property> @@ -139,7 +139,7 @@ It saves the current session informations like open applications and windows pos <set>AlignBottom</set> </property> </widget> - <widget class="QButtonGroup" row="7" column="1"> + <widget class="TQButtonGroup" row="7" column="1"> <property name="name"> <cstring>buttonGroup1</cstring> </property> @@ -156,7 +156,7 @@ It saves the current session informations like open applications and windows pos <property name="margin"> <number>0</number> </property> - <widget class="QRadioButton"> + <widget class="TQRadioButton"> <property name="name"> <cstring>simpleSearch</cstring> </property> @@ -176,7 +176,7 @@ It saves the current session informations like open applications and windows pos <string>It displays in the first column all the applications whose name or description matches with the query you entered</string> </property> </widget> - <widget class="QRadioButton"> + <widget class="TQRadioButton"> <property name="name"> <cstring>kcfg_KerryIntegration</cstring> </property> @@ -194,7 +194,7 @@ It saves the current session informations like open applications and windows pos It needs Kerry Beagle up and running.</string> </property> </widget> - <widget class="QRadioButton"> + <widget class="TQRadioButton"> <property name="name"> <cstring>kcfg_StrigiIntegration</cstring> </property> @@ -214,7 +214,7 @@ It needs the Strigi Daemon up and running</string> </widget> </vbox> </widget> - <widget class="QCheckBox" row="3" column="1"> + <widget class="TQCheckBox" row="3" column="1"> <property name="name"> <cstring>kcfg_NewAppsNotification</cstring> </property> |