diff options
author | Slávek Banko <[email protected]> | 2013-09-03 20:01:54 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 20:58:45 +0200 |
commit | 3e88ddfbc3df52c97d5354890fb9ac68af49bddd (patch) | |
tree | f6830215ebdc83e794a7a223042537595490265f /tdeioslave/smtp/transactionstate.h | |
parent | 5607b4ae2272da03b692475c2f773f3e27e671b8 (diff) | |
download | tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.tar.gz tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdeioslave/smtp/transactionstate.h')
-rw-r--r-- | tdeioslave/smtp/transactionstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/smtp/transactionstate.h b/tdeioslave/smtp/transactionstate.h index a5a78f49c..ec39e3ac6 100644 --- a/tdeioslave/smtp/transactionstate.h +++ b/tdeioslave/smtp/transactionstate.h @@ -102,7 +102,7 @@ namespace KioSMTP { bool complete() const { return mComplete; } void setComplete() { mComplete = true; } - /** @return an appropriate KIO error code in case the transaction + /** @return an appropriate TDEIO error code in case the transaction failed, or 0 otherwise */ int errorCode() const; /** @return an appropriate error message in case the transaction |