summaryrefslogtreecommitdiffstats
path: root/kwallet/allyourbase.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commit6335dc55802871b5a43492f217b6edbb420204c4 (patch)
tree50c6c8672a52687568edea475614dfe3d98e62e5 /kwallet/allyourbase.h
parent9b8c9f1f9e974ff0176108cfbd8852cd99ea68c8 (diff)
downloadtdeutils-6335dc55802871b5a43492f217b6edbb420204c4.tar.gz
tdeutils-6335dc55802871b5a43492f217b6edbb420204c4.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwallet/allyourbase.h')
-rw-r--r--kwallet/allyourbase.h4
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: