diff options
Diffstat (limited to 'kmail/imapaccountbase.h')
-rw-r--r-- | kmail/imapaccountbase.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/imapaccountbase.h b/kmail/imapaccountbase.h index 39fb33b69..0795eb2ab 100644 --- a/kmail/imapaccountbase.h +++ b/kmail/imapaccountbase.h @@ -266,9 +266,9 @@ namespace KMail { /** * Called when we're completely done checking mail for this account - * When @p setStatusMsg is true a status msg is shown + * When @p seStatusMsg is true a status msg is shown */ - void postProcessNewMail( bool setStatusMsg = true ); + void postProcessNewMail( bool seStatusMsg = true ); /** * Check whether we're checking for new mail @@ -397,7 +397,7 @@ namespace KMail { * Returns true if the account has the given capability */ bool hasCapability( const TQString& capa ) { - return mCapabilities.contains( capa ); } + return mCapabilities.tqcontains( capa ); } /** * Create an IMAP path for a parent folder and a foldername @@ -437,7 +437,7 @@ namespace KMail { /** * Only delete information about the job and ignore write errors */ - void slotSetStatusResult(KIO::Job * job); + void slotSeStatusResult(KIO::Job * job); /// Result of getUserRights() job void slotGetUserRightsResult( KIO::Job* _job ); @@ -590,7 +590,7 @@ namespace KMail { /** * Emitted when changeSubscription() failed. - * @param errorMessage the error message that contains the reason for the failure + * @param errorMessage the error message that tqcontains the reason for the failure */ void subscriptionChangeFailed( const TQString &errorMessage ); |