summaryrefslogtreecommitdiffstats
path: root/kio/misc/kwalletd/kwalletd.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/misc/kwalletd/kwalletd.h')
-rw-r--r--kio/misc/kwalletd/kwalletd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/misc/kwalletd/kwalletd.h b/kio/misc/kwalletd/kwalletd.h
index ba83b4efc..2aea371ba 100644
--- a/kio/misc/kwalletd/kwalletd.h
+++ b/kio/misc/kwalletd/kwalletd.h
@@ -161,7 +161,7 @@ class KWalletD : public KDEDModule {
// Generate a new unique handle.
int generateHandle();
// Invalidate a handle (remove it from the TQMap)
- void tqinvalidateHandle(int handle);
+ void invalidateHandle(int handle);
// Emit signals about closing wallets
void doCloseSignals(int,const TQString&);
void emitFolderUpdated(const TQString&, const TQString&);