diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-22 00:30:31 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-22 00:30:31 +0000 |
commit | 69cac65817d949cda2672ec4f0aa73d5e66a0ba1 (patch) | |
tree | 073fde0496ea90eb5bf5cffe66a8da43a9f55fbc /knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui | |
parent | 3467e6464beac3a162839bf7078e22e3a74d73e7 (diff) | |
download | tdenetwork-69cac65817d949cda2672ec4f0aa73d5e66a0ba1.tar.gz tdenetwork-69cac65817d949cda2672ec4f0aa73d5e66a0ba1.zip |
TQt4 port kdenetwork
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui')
-rw-r--r-- | knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui index b8d1827e..c5e265f6 100644 --- a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui +++ b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui @@ -2,7 +2,7 @@ <class>KntSrcFilePropsDlgWidget</class> <comment>The widget to be used for the RDF/RSS file properties dialog plugin.</comment> <author>Frerich Raabe <raabe@kde.org></author> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>KntSrcFilePropsDlgWidget</cstring> </property> @@ -14,9 +14,9 @@ <height>274</height> </rect> </property> - <property name="layoutMargin" stdset="0"> + <property name="tqlayoutMargin" stdset="0"> </property> - <property name="layoutSpacing" stdset="0"> + <property name="tqlayoutSpacing" stdset="0"> </property> <grid> <property name="name"> @@ -38,14 +38,14 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> - <widget class="QLabel" row="0" column="4"> + <widget class="TQLabel" row="0" column="4"> <property name="name"> <cstring>pixmapIcon</cstring> </property> @@ -78,7 +78,7 @@ <string>http://www.heise.de/newsticker/</string> </property> </widget> - <widget class="QLabel" row="1" column="0" rowspan="1" colspan="2"> + <widget class="TQLabel" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>lDescription</cstring> </property> @@ -92,7 +92,7 @@ <string>Here you can see a brief description about the news site and its contents.</string> </property> </widget> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>lName</cstring> </property> @@ -109,7 +109,7 @@ <string>This is the name of the news site.</string> </property> </widget> - <widget class="QMultiLineEdit" row="1" column="2" rowspan="2" colspan="3"> + <widget class="TQMultiLineEdit" row="1" column="2" rowspan="2" colspan="3"> <property name="name"> <cstring>mleDescription</cstring> </property> @@ -144,7 +144,7 @@ <property name="sizeType"> <enum>Maximum</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>63</height> @@ -159,7 +159,7 @@ <number>5</number> </property> </widget> - <widget class="QLabel" row="4" column="0" rowspan="1" colspan="5"> + <widget class="TQLabel" row="4" column="0" rowspan="1" colspan="5"> <property name="name"> <cstring>lArticles</cstring> </property> @@ -206,7 +206,7 @@ <include location="global" impldecl="in declaration">kurllabel.h</include> <include location="global" impldecl="in declaration">kseparator.h</include> </includes> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kurllabel.h</includehint> <includehint>kseparator.h</includehint> |