summaryrefslogtreecommitdiffstats
path: root/kmail/kmtransport.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:50 -0600
commitb363d2579af0a11b77e698aed2e1021c2233b644 (patch)
treef4a47b87354b7a6a3b266c8121bd8ddaeb7accaa /kmail/kmtransport.cpp
parent61bddfe3a7226b18c68a76124b727c736f431688 (diff)
downloadtdepim-b363d2579af0a11b77e698aed2e1021c2233b644.tar.gz
tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kmail/kmtransport.cpp')
-rw-r--r--kmail/kmtransport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmtransport.cpp b/kmail/kmtransport.cpp
index e17fdaf0e..2092376fc 100644
--- a/kmail/kmtransport.cpp
+++ b/kmail/kmtransport.cpp
@@ -38,7 +38,7 @@
#include <kmessagebox.h>
#include <kseparator.h>
#include <kdebug.h>
-#include <kwallet.h>
+#include <tdewallet.h>
using KWallet::Wallet;
#include <kprotocolinfo.h>
@@ -87,7 +87,7 @@ void KMTransportInfo::readConfig(int id)
return;
if ( !mPasswd.isEmpty() ) {
- // migration to kwallet if available
+ // migration to tdewallet if available
if ( Wallet::isEnabled() ) {
config->deleteEntry( "pass" );
mPasswdDirty = true;