diff options
Diffstat (limited to 'ksysv/pathconfig.ui')
-rw-r--r-- | ksysv/pathconfig.ui | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/ksysv/pathconfig.ui b/ksysv/pathconfig.ui index c59a96f..d0eb5d3 100644 --- a/ksysv/pathconfig.ui +++ b/ksysv/pathconfig.ui @@ -2,7 +2,7 @@ <class>PathConfiguration</class> <comment>Path configuration for KSysV</comment> <author>Peter Putzer</author> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>PathConfiguration</cstring> </property> @@ -25,9 +25,9 @@ <property name="caption"> <string>Path Configuration</string> </property> - <property name="layoutMargin" stdset="0"> + <property name="tqlayoutMargin" stdset="0"> </property> - <property name="layoutSpacing" stdset="0"> + <property name="tqlayoutSpacing" stdset="0"> </property> <vbox> <property name="name"> @@ -39,13 +39,13 @@ <property name="spacing"> <number>0</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>mServicesLayout</cstring> </property> - <property name="layoutMargin" stdset="0"> + <property name="tqlayoutMargin" stdset="0"> </property> - <property name="layoutSpacing" stdset="0"> + <property name="tqlayoutSpacing" stdset="0"> </property> <vbox> <property name="name"> @@ -57,7 +57,7 @@ <property name="spacing"> <number>0</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>mServicesLabel</cstring> </property> @@ -68,7 +68,7 @@ <cstring>mServicesPath</cstring> </property> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>mServicesButtonLayout</cstring> </property> @@ -94,7 +94,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>100</width> <height>0</height> @@ -107,7 +107,7 @@ <string>Enter the path to the folder containing the services</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>mBrowseServices</cstring> </property> @@ -122,7 +122,7 @@ </widget> </vbox> </widget> - <widget class="QFrame"> + <widget class="TQFrame"> <property name="name"> <cstring>mSpacer</cstring> </property> @@ -134,7 +134,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>10</height> @@ -147,7 +147,7 @@ <enum>Plain</enum> </property> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>mRunlevelLayout</cstring> </property> @@ -161,7 +161,7 @@ <property name="spacing"> <number>0</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>mRunlevelLabel</cstring> </property> @@ -172,7 +172,7 @@ <cstring>mRunlevelPath</cstring> </property> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>mRunlevelButtonLayout</cstring> </property> @@ -198,7 +198,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>100</width> <height>0</height> @@ -211,7 +211,7 @@ <string>Enter the path to the folder containing the runlevel folders</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>mBrowseRunlevel</cstring> </property> @@ -236,7 +236,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -281,12 +281,12 @@ <include location="global" impldecl="in declaration">klocale.h</include> <include location="global" impldecl="in declaration">kdialog.h</include> </includes> -<slots> +<Q_SLOTS> <slot access="protected">browseServices()</slot> <slot access="protected">browseRunlevels()</slot> <slot access="protected">slotChanged()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>klineedit.h</includehint> <includehint>klineedit.h</includehint> |