From ff8c66f117613688a0979d2296cbf6c778136419 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/applications/gwenview@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/imageutils/testjpegcontent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imageutils/testjpegcontent.cpp') diff --git a/src/imageutils/testjpegcontent.cpp b/src/imageutils/testjpegcontent.cpp index 483d929..af39201 100644 --- a/src/imageutils/testjpegcontent.cpp +++ b/src/imageutils/testjpegcontent.cpp @@ -104,7 +104,7 @@ void compareMetaInfo(const TQString& path1, const TQString& path2, const TQStrin TQValueList::ConstIterator it=keys.begin(); for ( ; it!=keys.end(); ++it) { TQString key=*it; - if (ignoredKeys.tqcontains(key)) continue; + if (ignoredKeys.contains(key)) continue; if (mim1[key]!=mim2[key]) { kdError() << "Meta info differs. Key:" << key << ", V1:" << mim1[key] << ", V2:" << mim2[key] << endl; -- cgit v1.2.1