summaryrefslogtreecommitdiffstats
path: root/tdehtml/tdehtml_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/tdehtml_part.h')
-rw-r--r--tdehtml/tdehtml_part.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdehtml/tdehtml_part.h b/tdehtml/tdehtml_part.h
index 452083708..38a54e18a 100644
--- a/tdehtml/tdehtml_part.h
+++ b/tdehtml/tdehtml_part.h
@@ -106,7 +106,7 @@ namespace KParts
class LiveConnectExtension;
}
-namespace KWallet
+namespace TDEWallet
{
class Wallet;
}
@@ -1540,7 +1540,7 @@ private slots:
*/
void restoreScrollPosition();
- void walletOpened(KWallet::Wallet*);
+ void walletOpened(TDEWallet::Wallet*);
private:
@@ -1564,7 +1564,7 @@ private:
bool processObjectRequest( tdehtml::ChildFrame *child, const KURL &url, const TQString &mimetype );
- KWallet::Wallet* wallet();
+ TDEWallet::Wallet* wallet();
void openWallet(DOM::HTMLFormElementImpl*);
void saveToWallet(const TQString& key, const TQMap<TQString,TQString>& data);