diff options
Diffstat (limited to 'client/config/infodialog.ui')
-rw-r--r-- | client/config/infodialog.ui | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/client/config/infodialog.ui b/client/config/infodialog.ui index f73a21c..eb7f13f 100644 --- a/client/config/infodialog.ui +++ b/client/config/infodialog.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>InfoDialog</class> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>InfoDialog</cstring> </property> @@ -39,7 +39,7 @@ <property name="resizeMode"> <enum>Minimum</enum> </property> - <widget class="QGroupBox" row="0" column="0" rowspan="2" colspan="2"> + <widget class="TQGroupBox" row="0" column="0" rowspan="2" colspan="2"> <property name="name"> <cstring>groupBox3</cstring> </property> @@ -54,13 +54,13 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>20</height> </size> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>32767</width> <height>20</height> @@ -78,14 +78,14 @@ <property name="title"> <string>About:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignCenter</set> </property> <property name="flat"> <bool>true</bool> </property> </widget> - <widget class="QLabel" row="2" column="0"> + <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>textLabel1</cstring> </property> @@ -109,11 +109,11 @@ You may look for the most recent version at kde-look.org:</string> <property name="textFormat"> <enum>PlainText</enum> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignTop|AlignLeft</set> </property> </widget> - <widget class="QLabel" row="1" column="1" rowspan="2" colspan="1"> + <widget class="TQLabel" row="1" column="1" rowspan="2" colspan="1"> <property name="name"> <cstring>pixmapLabel2</cstring> </property> @@ -143,7 +143,7 @@ You may look for the most recent version at kde-look.org:</string> <string>http://www.kde-look.org/content/show.php?content=13969</string> </property> </widget> - <widget class="QGroupBox" row="4" column="0" rowspan="1" colspan="2"> + <widget class="TQGroupBox" row="4" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>groupBox3_2</cstring> </property> @@ -158,13 +158,13 @@ You may look for the most recent version at kde-look.org:</string> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>20</height> </size> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>32767</width> <height>20</height> @@ -182,14 +182,14 @@ You may look for the most recent version at kde-look.org:</string> <property name="title"> <string>Usage:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignCenter</set> </property> <property name="flat"> <bool>true</bool> </property> </widget> - <widget class="QLabel" row="5" column="0" rowspan="1" colspan="2"> + <widget class="TQLabel" row="5" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>textLabel1_2</cstring> </property> @@ -216,7 +216,7 @@ You may look for the most recent version at kde-look.org:</string> <property name="textFormat"> <enum>PlainText</enum> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter|AlignLeft</set> </property> </widget> @@ -234,7 +234,7 @@ You may look for the most recent version at kde-look.org:</string> <enum>Horizontal</enum> </property> </widget> - <widget class="QPushButton" row="7" column="0" rowspan="1" colspan="2"> + <widget class="TQPushButton" row="7" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>pushButton1</cstring> </property> @@ -274,10 +274,10 @@ You may look for the most recent version at kde-look.org:</string> <slot>close()</slot> </connection> </connections> -<slots> +<Q_SLOTS> <slot>kURLLabel1_leftURL()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kurllabel.h</includehint> </includehints> |