diff options
Diffstat (limited to 'kmail/imapaccountbase.h')
-rw-r--r-- | kmail/imapaccountbase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/imapaccountbase.h b/kmail/imapaccountbase.h index ec08ea5f4..f1bf03f0d 100644 --- a/kmail/imapaccountbase.h +++ b/kmail/imapaccountbase.h @@ -30,7 +30,7 @@ #include <tqtimer.h> #include <tqguardedptr.h> -#include <kio/global.h> +#include <tdeio/global.h> class AccountManager; class KMFolder; @@ -103,7 +103,7 @@ namespace KMail { virtual void writeConfig( TDEConfig& config ); /** - * The state of the kioslave connection + * The state of the tdeioslave connection */ enum ConnectionState { Error = 0, Connected, Connecting }; |