diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-01 00:37:32 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-01 00:37:32 +0000 |
commit | f6f9c296c3f9d39a8c3d0ee64a542a47f450be28 (patch) | |
tree | d38fce8091ce66977004a5cb115768c7810aee30 /conduits/null/setup_base.ui | |
parent | e340db64991a06761aa6395ffe760b53e4c1dfbc (diff) | |
download | kpilot-f6f9c296c3f9d39a8c3d0ee64a542a47f450be28.tar.gz kpilot-f6f9c296c3f9d39a8c3d0ee64a542a47f450be28.zip |
TQt4 port kpilot
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1238903 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'conduits/null/setup_base.ui')
-rw-r--r-- | conduits/null/setup_base.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conduits/null/setup_base.ui b/conduits/null/setup_base.ui index 2bcb518..ed7d234 100644 --- a/conduits/null/setup_base.ui +++ b/conduits/null/setup_base.ui @@ -3,7 +3,7 @@ <comment>A tabWidget for configuring the Null-conduit settings.</comment> <author>Adriaan de Groot</author> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>Form1</cstring> </property> @@ -46,7 +46,7 @@ the Null-conduit settings.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QTabWidget" row="0" column="0"> + <widget class="TQTabWidget" row="0" column="0"> <property name="name"> <cstring>tabWidget</cstring> </property> @@ -60,7 +60,7 @@ the Null-conduit settings.</comment> </property> <property name="tqlayoutMargin" stdset="0"> </property> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>Widget2</cstring> </property> @@ -77,7 +77,7 @@ the Null-conduit settings.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLineEdit" row="0" column="1"> + <widget class="TQLineEdit" row="0" column="1"> <property name="name"> <cstring>fLogMessage</cstring> </property> @@ -88,7 +88,7 @@ the Null-conduit settings.</comment> <string><qt>Enter the message to add to the Sync Log on your Pilot here.</qt></string> </property> </widget> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>TextLabel1_2</cstring> </property> |