diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-14 16:45:05 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-14 16:45:05 +0000 |
commit | 48d4a26399959121f33d2bc3bfe51c7827b654fc (patch) | |
tree | 5ae5e6e00d3ba330b7b8be9bc097154b6bc739e8 /src/generalinfowidgetbase.ui | |
parent | 7e701ace6592d09e1f2c0cf28c7d6d872d78f4f5 (diff) | |
download | tdevelop-48d4a26399959121f33d2bc3bfe51c7827b654fc.tar.gz tdevelop-48d4a26399959121f33d2bc3bfe51c7827b654fc.zip |
TQt4 port kdevelop
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1236710 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/generalinfowidgetbase.ui')
-rw-r--r-- | src/generalinfowidgetbase.ui | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/generalinfowidgetbase.ui b/src/generalinfowidgetbase.ui index 370c42e4..9d515c0e 100644 --- a/src/generalinfowidgetbase.ui +++ b/src/generalinfowidgetbase.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>GeneralInfoWidgetBase</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>general_info_widget</cstring> </property> @@ -19,7 +19,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QComboBox" row="0" column="4"> + <widget class="TQComboBox" row="0" column="4"> <item> <property name="text"> <string>Absolute Path</string> @@ -44,14 +44,14 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>408</width> <height>20</height> </size> </property> </spacer> - <widget class="QLabel" row="5" column="0" rowspan="1" colspan="5"> + <widget class="TQLabel" row="5" column="0" rowspan="1" colspan="5"> <property name="name"> <cstring>description_label</cstring> </property> @@ -59,7 +59,7 @@ <string>Description:</string> </property> </widget> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>project_directory_label</cstring> </property> @@ -67,7 +67,7 @@ <string>Project directory:</string> </property> </widget> - <widget class="QLabel" row="2" column="0"> + <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>author_label</cstring> </property> @@ -75,7 +75,7 @@ <string>Author:</string> </property> </widget> - <widget class="QLabel" row="3" column="0"> + <widget class="TQLabel" row="3" column="0"> <property name="name"> <cstring>email_label</cstring> </property> @@ -83,7 +83,7 @@ <string>Email:</string> </property> </widget> - <widget class="QLabel" row="4" column="0"> + <widget class="TQLabel" row="4" column="0"> <property name="name"> <cstring>version_label</cstring> </property> @@ -103,7 +103,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>100</width> <height>32767</height> @@ -133,7 +133,7 @@ Placed in the AUTHORS file</string> Placed in the AUTHORS file</string> </property> </widget> - <widget class="QLabel" row="1" column="1"> + <widget class="TQLabel" row="1" column="1"> <property name="name"> <cstring>project_directory_diagnostic_icon</cstring> </property> @@ -145,13 +145,13 @@ Placed in the AUTHORS file</string> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>16</width> <height>16</height> </size> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>16</width> <height>16</height> @@ -189,7 +189,7 @@ Placed in the AUTHORS file</string> <string>Please select a project directory</string> </property> </widget> - <widget class="QLabel" row="7" column="0" rowspan="1" colspan="2"> + <widget class="TQLabel" row="7" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>textLabel1</cstring> </property> @@ -197,7 +197,7 @@ Placed in the AUTHORS file</string> <string>Default encoding:</string> </property> </widget> - <widget class="QComboBox" row="7" column="2" rowspan="1" colspan="2"> + <widget class="TQComboBox" row="7" column="2" rowspan="1" colspan="2"> <property name="name"> <cstring>encoding_combo</cstring> </property> @@ -205,7 +205,7 @@ Placed in the AUTHORS file</string> <string>Default encoding used when opening text files</string> </property> </widget> - <widget class="QTextEdit" row="6" column="0" rowspan="1" colspan="5"> + <widget class="TQTextEdit" row="6" column="0" rowspan="1" colspan="5"> <property name="name"> <cstring>description_edit</cstring> </property> @@ -233,8 +233,8 @@ Placed in the AUTHORS file</string> <include location="global" impldecl="in implementation">kdialog.h</include> <include location="global" impldecl="in declaration">ksqueezedtextlabel.h</include> </includes> -<layoutdefaults spacing="6" margin="11"/> -<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +<tqlayoutdefaults spacing="6" margin="11"/> +<tqlayoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> <includehints> <includehint>klineedit.h</includehint> <includehint>klineedit.h</includehint> |