diff options
Diffstat (limited to 'kwallet/allyourbase.h')
-rw-r--r-- | kwallet/allyourbase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kwallet/allyourbase.h b/kwallet/allyourbase.h index 7c37c10..17f92a5 100644 --- a/kwallet/allyourbase.h +++ b/kwallet/allyourbase.h @@ -64,7 +64,7 @@ class KWalletContainerItem : public KListViewItem { public: virtual int rtti() const; KWallet::Wallet::EntryType type(); - bool tqcontains(const TQString& itemKey); + bool contains(const TQString& itemKey); TQListViewItem* getItem(const TQString& itemKey); private: @@ -84,7 +84,7 @@ class KWalletFolderItem : public KListViewItem { void refresh(); KWalletContainerItem* getContainer(KWallet::Wallet::EntryType type); TQPixmap getFolderIcon(KIcon::Group group); - bool tqcontains(const TQString& itemKey); + bool contains(const TQString& itemKey); TQListViewItem* getItem(const TQString& itemKey); public: |