diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-27 23:20:50 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-27 23:20:50 -0500 |
commit | bab94d83782bbc76f3a02a415576ce4cdc56aec5 (patch) | |
tree | 0f69fbb70892829d42a523c84efd80c0e7c98f99 /tdeio/kpasswdserver/kpasswdserver.h | |
parent | 9b6f2dec92823d77af0bafe928660694d9b791f5 (diff) | |
download | tdelibs-bab94d83782bbc76f3a02a415576ce4cdc56aec5.tar.gz tdelibs-bab94d83782bbc76f3a02a415576ce4cdc56aec5.zip |
Rename KWallet to TDEWallet
Diffstat (limited to 'tdeio/kpasswdserver/kpasswdserver.h')
-rw-r--r-- | tdeio/kpasswdserver/kpasswdserver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/kpasswdserver/kpasswdserver.h b/tdeio/kpasswdserver/kpasswdserver.h index ce6d0386e..71aab3859 100644 --- a/tdeio/kpasswdserver/kpasswdserver.h +++ b/tdeio/kpasswdserver/kpasswdserver.h @@ -32,7 +32,7 @@ #include <tdeio/authinfo.h> #include <kded/kdedmodule.h> -namespace KWallet { +namespace TDEWallet { class Wallet; } @@ -111,7 +111,7 @@ protected: TQPtrList< Request > m_authWait; TQIntDict<TQStringList> mWindowIdList; DCOPClient *m_dcopClient; - KWallet::Wallet* m_wallet; + TDEWallet::Wallet* m_wallet; long m_seqNr; }; |