diff options
Diffstat (limited to 'tdeioslave/smtp/response.h')
-rw-r--r-- | tdeioslave/smtp/response.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/smtp/response.h b/tdeioslave/smtp/response.h index f2caf62e0..97220661f 100644 --- a/tdeioslave/smtp/response.h +++ b/tdeioslave/smtp/response.h @@ -56,7 +56,7 @@ namespace KioSMTP { /** Return an internationalized error message according to the response's code. */ TQString errorMessage() const; - /** Translate the SMTP error code into a KIO one */ + /** Translate the SMTP error code into a TDEIO one */ int errorCode() const; enum Reply { |