summaryrefslogtreecommitdiffstats
path: root/kmail/kmtransport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmtransport.cpp')
-rw-r--r--kmail/kmtransport.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/kmtransport.cpp b/kmail/kmtransport.cpp
index e5afc1c6..c74c87f8 100644
--- a/kmail/kmtransport.cpp
+++ b/kmail/kmtransport.cpp
@@ -243,9 +243,9 @@ void KMTransportInfo::readPassword() const
}
-KMTransportSelDlg::KMTransportSelDlg( TQWidget *tqparent, const char *name,
+KMTransportSelDlg::KMTransportSelDlg( TQWidget *parent, const char *name,
bool modal )
- : KDialogBase( tqparent, name, modal, i18n("Add Transport"), Ok|Cancel, Ok )
+ : KDialogBase( parent, name, modal, i18n("Add Transport"), Ok|Cancel, Ok )
{
TQFrame *page = makeMainWidget();
TQVBoxLayout *topLayout = new TQVBoxLayout( page, 0, spacingHint() );
@@ -282,9 +282,9 @@ int KMTransportSelDlg::selected( void ) const
KMTransportDialog::KMTransportDialog( const TQString & caption,
KMTransportInfo *transportInfo,
- TQWidget *tqparent, const char *name,
+ TQWidget *parent, const char *name,
bool modal )
- : KDialogBase( tqparent, name, modal, caption, Ok|Cancel, Ok, true ),
+ : KDialogBase( parent, name, modal, caption, Ok|Cancel, Ok, true ),
mServerTest( 0 ),
mTransportInfo( transportInfo ),
mAuthNone( AllAuth ), mAuthSSL( AllAuth ), mAuthTLS( AllAuth )
@@ -479,7 +479,7 @@ void KMTransportDialog::makeSmtpPage()
"a custom hostname when identifying itself "
"to the mail server."
"<p>This is useful when your system's hostname "
- "may not be set correctly or to tqmask your "
+ "may not be set correctly or to mask your "
"system's true hostname."));
mSmtp.localHostnameLabel = new TQLabel( i18n("Hos&tname:"), page1 );