diff options
Diffstat (limited to 'filesharing/advanced/kcm_sambaconf/usertab.ui')
-rw-r--r-- | filesharing/advanced/kcm_sambaconf/usertab.ui | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/filesharing/advanced/kcm_sambaconf/usertab.ui b/filesharing/advanced/kcm_sambaconf/usertab.ui index 43e556dc..953e0f9e 100644 --- a/filesharing/advanced/kcm_sambaconf/usertab.ui +++ b/filesharing/advanced/kcm_sambaconf/usertab.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>UserTab</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>UserTab</cstring> </property> @@ -19,7 +19,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QGroupBox"> + <widget class="TQGroupBox"> <property name="name"> <cstring>groupBox53</cstring> </property> @@ -30,7 +30,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QComboBox"> + <widget class="TQComboBox"> <item> <property name="text"> <string>Allow</string> @@ -47,7 +47,7 @@ </widget> </hbox> </widget> - <widget class="QGroupBox"> + <widget class="TQGroupBox"> <property name="name"> <cstring>groupBox77</cstring> </property> @@ -66,7 +66,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QTable" row="0" column="0" rowspan="5" colspan="1"> + <widget class="TQTable" row="0" column="0" rowspan="5" colspan="1"> <column> <property name="text"> <string>Name</string> @@ -117,7 +117,7 @@ <enum>FollowStyle</enum> </property> </widget> - <widget class="QPushButton" row="0" column="1"> + <widget class="TQPushButton" row="0" column="1"> <property name="name"> <cstring>addUserBtn</cstring> </property> @@ -125,7 +125,7 @@ <string>A&dd User...</string> </property> </widget> - <widget class="QPushButton" row="4" column="1"> + <widget class="TQPushButton" row="4" column="1"> <property name="name"> <cstring>expertBtn</cstring> </property> @@ -133,7 +133,7 @@ <string>E&xpert</string> </property> </widget> - <widget class="QPushButton" row="1" column="1"> + <widget class="TQPushButton" row="1" column="1"> <property name="name"> <cstring>addGroupBtn</cstring> </property> @@ -141,7 +141,7 @@ <string>Add &Group...</string> </property> </widget> - <widget class="QPushButton" row="2" column="1"> + <widget class="TQPushButton" row="2" column="1"> <property name="name"> <cstring>removeSelectedBtn</cstring> </property> @@ -159,7 +159,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>100</height> @@ -168,7 +168,7 @@ </spacer> </grid> </widget> - <widget class="QGroupBox"> + <widget class="TQGroupBox"> <property name="name"> <cstring>groupBox35</cstring> </property> @@ -187,7 +187,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextLabel12</cstring> </property> @@ -206,7 +206,7 @@ <cstring>forceUserCombo</cstring> </property> </widget> - <widget class="QComboBox"> + <widget class="TQComboBox"> <property name="name"> <cstring>forceUserCombo</cstring> </property> @@ -219,7 +219,7 @@ </sizepolicy> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextLabel13</cstring> </property> @@ -238,7 +238,7 @@ <cstring>forceGroupCombo</cstring> </property> </widget> - <widget class="QComboBox"> + <widget class="TQComboBox"> <property name="name"> <cstring>forceGroupCombo</cstring> </property> @@ -338,15 +338,15 @@ <include location="local" impldecl="in implementation">groupselectdlg.h</include> <include location="local" impldecl="in implementation">usertab.ui.h</include> </includes> -<signals> +<Q_SIGNALS> <signal>changed()</signal> -</signals> -<slots> +</Q_SIGNALS> +<Q_SLOTS> <slot>addUserBtnClicked()</slot> <slot>removeSelectedBtnClicked()</slot> <slot>addGroupBtnClicked()</slot> <slot>expertBtnClicked()</slot> <slot>changedSlot()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |