diff options
Diffstat (limited to 'khotkeys/kcontrol/ui/action_group_tab_ui.ui')
-rw-r--r-- | khotkeys/kcontrol/ui/action_group_tab_ui.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/khotkeys/kcontrol/ui/action_group_tab_ui.ui b/khotkeys/kcontrol/ui/action_group_tab_ui.ui index ad4bcceaf..16a4ebee1 100644 --- a/khotkeys/kcontrol/ui/action_group_tab_ui.ui +++ b/khotkeys/kcontrol/ui/action_group_tab_ui.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.1" stdsetdef="1"> <class>KHotKeys::Action_group_tab_ui</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>Action_group_tab_ui</cstring> </property> @@ -22,7 +22,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>action_group_name_label</cstring> </property> @@ -33,7 +33,7 @@ <cstring>action_name_lineedit</cstring> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>action_name_lineedit</cstring> </property> @@ -48,14 +48,14 @@ <property name="sizeType"> <enum>Fixed</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>disable_checkbox</cstring> </property> @@ -73,14 +73,14 @@ <property name="sizeType"> <enum>Fixed</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>comment_label</cstring> </property> |