From 539a35866f0bac8f00e493654d4a8ec6863726e2 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/kpilot@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- conduits/knotes/knotes-action.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conduits/knotes') diff --git a/conduits/knotes/knotes-action.cc b/conduits/knotes/knotes-action.cc index e29dedc..7664f46 100644 --- a/conduits/knotes/knotes-action.cc +++ b/conduits/knotes/knotes-action.cc @@ -288,7 +288,7 @@ void KNotesAction::listNotes() FUNCTIONSETUP; KCal::Journal::List notes = fP->fNotesResource->journals(); - DEBUGKPILOT << fname << ": the resource tqcontains " << notes.size() + DEBUGKPILOT << fname << ": the resource contains " << notes.size() << " note(s)." << endl; KCal::Journal::List::ConstIterator it; @@ -521,7 +521,7 @@ bool KNotesAction::deleteNoteOnPilot() while ( i != fP->fIdList.end() ) { // TODO DCOP_REMOVE - if (fP->fNotes.tqcontains((*i).note())) + if (fP->fNotes.contains((*i).note())) { #ifdef DEBUG DEBUGKPILOT << fname << ": Note " << (*i).note() << " still exists." << endl; -- cgit v1.2.1