diff options
Diffstat (limited to 'kmail/networkaccount.h')
-rw-r--r-- | kmail/networkaccount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/networkaccount.h b/kmail/networkaccount.h index dd62b0cdc..503a312da 100644 --- a/kmail/networkaccount.h +++ b/kmail/networkaccount.h @@ -107,7 +107,7 @@ namespace KMail { /** @return an URL for this account */ virtual KURL getUrl() const; - /** @return the KIO slave for this account */ + /** @return the TDEIO slave for this account */ TDEIO::Slave * slave() const { return mSlave; } /** Kill all jobs that are currently in progress */ |