diff options
Diffstat (limited to 'kmail/imapaccountbase.cpp')
-rw-r--r-- | kmail/imapaccountbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/imapaccountbase.cpp b/kmail/imapaccountbase.cpp index e1568b118..1350da290 100644 --- a/kmail/imapaccountbase.cpp +++ b/kmail/imapaccountbase.cpp @@ -373,7 +373,7 @@ namespace KMail { else stream << (int) 'U' << url; - // create the KIO-job + // create the TDEIO-job if ( makeConnection() != Connected ) return;// ## doesn't handle Connecting TDEIO::SimpleJob *job = TDEIO::special(url, packedArgs, false); |