diff options
Diffstat (limited to 'wizards/kmailchanges.h')
-rw-r--r-- | wizards/kmailchanges.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/kmailchanges.h b/wizards/kmailchanges.h index 3fc412a1d..b098b08dc 100644 --- a/wizards/kmailchanges.h +++ b/wizards/kmailchanges.h @@ -25,7 +25,7 @@ #include <tdeconfigpropagator.h> #include <tdeconfig.h> -namespace KWallet { +namespace TDEWallet { class Wallet; } @@ -107,7 +107,7 @@ class CreateImapAccount : public TDEConfigPropagator::Change CustomWriter *mCustomWriter; private: - static KWallet::Wallet *mWallet; + static TDEWallet::Wallet *mWallet; }; class CreateDisconnectedImapAccount : public CreateImapAccount |