diff options
Diffstat (limited to 'quanta/plugins/pluginconfig.ui')
-rw-r--r-- | quanta/plugins/pluginconfig.ui | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/quanta/plugins/pluginconfig.ui b/quanta/plugins/pluginconfig.ui index a4cc6052..03f6de6d 100644 --- a/quanta/plugins/pluginconfig.ui +++ b/quanta/plugins/pluginconfig.ui @@ -11,7 +11,7 @@ </comment> <author>(C) 2002 by Marc Britton <consume@optushome.com.au>, (C) 2003 by Andras Mantia <amantia@kde.org></author> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>PluginConfig</cstring> </property> @@ -23,7 +23,7 @@ <height>281</height> </rect> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>560</width> <height>280</height> @@ -36,7 +36,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QCheckBox" row="1" column="0"> + <widget class="TQCheckBox" row="1" column="0"> <property name="name"> <cstring>validateCheckBox</cstring> </property> @@ -57,14 +57,14 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>247</width> <height>20</height> </size> </property> </spacer> - <widget class="QGroupBox" row="0" column="0" rowspan="1" colspan="4"> + <widget class="TQGroupBox" row="0" column="0" rowspan="1" colspan="4"> <property name="name"> <cstring>GroupBox2</cstring> </property> @@ -89,7 +89,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>TextLabel3_2</cstring> </property> @@ -97,7 +97,7 @@ <string>Name:</string> </property> </widget> - <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="2"> + <widget class="TQLineEdit" row="0" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>pluginName</cstring> </property> @@ -117,13 +117,13 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>48</width> <height>48</height> </size> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>48</width> <height>48</height> @@ -133,7 +133,7 @@ <string></string> </property> </widget> - <widget class="QLabel" row="2" column="0"> + <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>TextLabel3</cstring> </property> @@ -141,7 +141,7 @@ <string>Location:</string> </property> </widget> - <widget class="QLineEdit" row="2" column="1" rowspan="1" colspan="3"> + <widget class="TQLineEdit" row="2" column="1" rowspan="1" colspan="3"> <property name="name"> <cstring>location</cstring> </property> @@ -149,7 +149,7 @@ <string>The exact location of the plugin. If not set the global search paths setting is used.</string> </property> </widget> - <widget class="QLineEdit" row="3" column="1" rowspan="1" colspan="4"> + <widget class="TQLineEdit" row="3" column="1" rowspan="1" colspan="4"> <property name="name"> <cstring>pluginFileName</cstring> </property> @@ -157,7 +157,7 @@ <string>The plugin executable or library name (with extension).</string> </property> </widget> - <widget class="QLabel" row="3" column="0"> + <widget class="TQLabel" row="3" column="0"> <property name="name"> <cstring>TextLabel4_2</cstring> </property> @@ -165,7 +165,7 @@ <string>File name:</string> </property> </widget> - <widget class="QComboBox" row="1" column="1" rowspan="1" colspan="4"> + <widget class="TQComboBox" row="1" column="1" rowspan="1" colspan="4"> <property name="name"> <cstring>outputWindow</cstring> </property> @@ -178,7 +178,7 @@ </sizepolicy> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>TextLabel1</cstring> </property> @@ -186,11 +186,11 @@ <string>Output window:</string> </property> </widget> - <widget class="QPushButton" row="2" column="4"> + <widget class="TQPushButton" row="2" column="4"> <property name="name"> <cstring>locationButton</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>28</width> <height>32767</height> @@ -200,7 +200,7 @@ <string>...</string> </property> </widget> - <widget class="QCheckBox" row="5" column="0" rowspan="1" colspan="2"> + <widget class="TQCheckBox" row="5" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>readOnlyBox</cstring> </property> @@ -208,7 +208,7 @@ <string>&Read only part</string> </property> </widget> - <widget class="QLabel" row="4" column="0" rowspan="1" colspan="2"> + <widget class="TQLabel" row="4" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>textLabel1</cstring> </property> @@ -216,7 +216,7 @@ <string>Input:</string> </property> </widget> - <widget class="QComboBox" row="4" column="2" rowspan="1" colspan="3"> + <widget class="TQComboBox" row="4" column="2" rowspan="1" colspan="3"> <item> <property name="text"> <string>None</string> @@ -259,11 +259,11 @@ <includes> <include location="global" impldecl="in implementation">kicondialog.h</include> </includes> -<slots> +<Q_SLOTS> <slot>pluginType_highlighted(const QString&)</slot> <slot>slotPluginTypeHighlighted(const QString&)</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kicondialog.h</includehint> </includehints> |