From 627b091fad9df13695f249588e8a58f524eda0fa Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- noatun-plugins/oblique/base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'noatun-plugins/oblique/base.h') diff --git a/noatun-plugins/oblique/base.h b/noatun-plugins/oblique/base.h index 948ec78..4652343 100644 --- a/noatun-plugins/oblique/base.h +++ b/noatun-plugins/oblique/base.h @@ -32,7 +32,7 @@ public: File add(const TQString &file); - File tqfind(FileId id); + File find(FileId id); void clear(); @@ -96,7 +96,7 @@ private: // friends for Slice private: /** - * load the xml that lives at the head of the db and tqcontains + * load the xml that lives at the head of the db and contains * potentially lots of structured data **/ void loadMetaXML(const TQString &xml); -- cgit v1.2.1