From 8155225c9be993acc0512956416d195edfef4eb9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 19 Jan 2011 01:42:14 +0000 Subject: Enable compilation with TQt for Qt4 3.4.0 TP2 This should not break compatibility with TQt for Qt3; if it does please fix it ASAP! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1215552 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- knetattach/knetattach.ui | 65 ++++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 32 deletions(-) (limited to 'knetattach/knetattach.ui') diff --git a/knetattach/knetattach.ui b/knetattach/knetattach.ui index b93a7e62f..ebe23bea7 100644 --- a/knetattach/knetattach.ui +++ b/knetattach/knetattach.ui @@ -1,6 +1,6 @@ KNetAttach - + KNetAttach @@ -20,7 +20,7 @@ 16 - + _folderType @@ -31,7 +31,7 @@ unnamed - + buttonGroup1 @@ -51,7 +51,7 @@ 0 - + _recent @@ -59,7 +59,7 @@ &Recent connection: - + _webfolder @@ -70,7 +70,7 @@ true - + _fish @@ -96,14 +96,14 @@ 0 - + 250 0 - + _ftp @@ -111,7 +111,7 @@ FT&P - + _smb @@ -131,21 +131,21 @@ Expanding - + 31 16 - + textLabel1_2 Select the type of network folder you wish to connect to and press the Next button. - + WordBreak|AlignVCenter @@ -159,7 +159,7 @@ Fixed - + 20 21 @@ -168,7 +168,7 @@ - + _folderParameters @@ -179,14 +179,14 @@ unnamed - + _informationText Enter a name for this <i>%1</i> as well as the server address, port and folder path to use and press the Next button. - + WordBreak|AlignVCenter @@ -200,14 +200,14 @@ Fixed - + 20 21 - + textLabel4_2 @@ -223,7 +223,7 @@ _connectionName - + _port @@ -247,7 +247,7 @@ _path - + _userText @@ -258,7 +258,7 @@ _user - + textLabel1 @@ -269,7 +269,7 @@ _host - + _portText @@ -306,7 +306,7 @@ - + textLabel3 @@ -327,14 +327,14 @@ Expanding - + 560 16 - + _createIcon @@ -345,7 +345,7 @@ true - + _useEncryption @@ -418,23 +418,24 @@ kcombobox.h klineedit.h kurl.h + kwizard.h knetattach.ui.h - QString _type; + TQString _type; - + init() - setInformationText( const QString & type ) - showPage( QWidget * page ) + setInformationText( const TQString & type ) + showPage( TQWidget * page ) updateParametersPageStatus() finished() updatePort( bool encryption ) updateFinishButtonText( bool save ) - + doConnectionTest( const KURL & url ) - updateForProtocol( const QString & protocol ) + updateForProtocol( const TQString & protocol ) -- cgit v1.2.3