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 /krdc/maindialogbase.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 'krdc/maindialogbase.ui')
-rw-r--r-- | krdc/maindialogbase.ui | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/krdc/maindialogbase.ui b/krdc/maindialogbase.ui index e2aab1fb..7072bb46 100644 --- a/krdc/maindialogbase.ui +++ b/krdc/maindialogbase.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>MainDialogBase</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>MainDialogBase</cstring> </property> @@ -19,7 +19,7 @@ <property name="margin"> <number>0</number> </property> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>m_serverLabel</cstring> </property> @@ -48,7 +48,7 @@ <property name="name"> <cstring>m_serverInput</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>250</width> <height>0</height> @@ -103,7 +103,7 @@ Remote Desktop Connection only supports systems that use VNC.</string> <string>Enter the address of the computer to connect to, or browse the network and select one. VNC and RDP compatible servers will be supported. <a href="whatsthis:<h3>Examples</h3>for a computer called 'megan':<p><table><tr><td>megan:1</td><td>connect to the VNC server on 'megan' with display number 1</td></tr><tr><td>vnc:/megan:1</td><td>longer form for the same thing</td></tr><tr><td>rdp:/megan</td><td>connect to the RDP server on 'megan'</td></tr></table>">Examples</a></string> </property> </widget> - <widget class="QFrame" row="0" column="0" rowspan="1" colspan="3"> + <widget class="TQFrame" row="0" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>m_browsingPanel</cstring> </property> @@ -149,14 +149,14 @@ Remote Desktop Connection only supports systems that use VNC.</string> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>34</width> <height>16</height> </size> </property> </spacer> - <widget class="QLabel" row="0" column="2"> + <widget class="TQLabel" row="0" column="2"> <property name="name"> <cstring>TextLabel1_2</cstring> </property> @@ -188,14 +188,14 @@ Remote Desktop Connection only supports systems that use VNC.</string> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>34</width> <height>16</height> </size> </property> </spacer> - <widget class="QLabel" row="0" column="5"> + <widget class="TQLabel" row="0" column="5"> <property name="name"> <cstring>TextLabel1</cstring> </property> @@ -226,7 +226,7 @@ Remote Desktop Connection only supports systems that use VNC.</string> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>100</width> <height>0</height> @@ -318,9 +318,9 @@ Remote Desktop Connection only supports systems that use VNC.</string> </connection> <connection> <sender>m_serverInput</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>MainDialogBase</receiver> - <slot>hostChanged(const QString&)</slot> + <slot>hostChanged(const TQString&)</slot> </connection> <connection> <sender>m_searchInput</sender> @@ -332,19 +332,19 @@ Remote Desktop Connection only supports systems that use VNC.</string> <includes> <include location="global" impldecl="in implementation">kdialog.h</include> </includes> -<slots> - <slot access="protected" specifier="pure virtual">hostChanged( const QString & text )</slot> +<Q_SLOTS> + <slot access="protected" specifier="pure virtual">hostChanged( const TQString & text )</slot> <slot access="protected" specifier="pure virtual">toggleBrowsingArea()</slot> - <slot access="protected" specifier="pure virtual">itemSelected( QListViewItem * item )</slot> - <slot access="protected" specifier="pure virtual">itemDoubleClicked( QListViewItem * item )</slot> - <slot access="protected" specifier="pure virtual">scopeSelected( const QString & scope )</slot> + <slot access="protected" specifier="pure virtual">itemSelected( TQListViewItem * item )</slot> + <slot access="protected" specifier="pure virtual">itemDoubleClicked( TQListViewItem * item )</slot> + <slot access="protected" specifier="pure virtual">scopeSelected( const TQString & scope )</slot> <slot access="protected" specifier="pure virtual">rescan()</slot> -</slots> +</Q_SLOTS> <functions> <function access="protected" specifier="non virtual">enableBrowsingArea( bool enable )</function> </functions> -<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>kcombobox.h</includehint> </includehints> |