From f7959a4e97cdef8152a8bbf4e6d0b69cefea1baa 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/dependencies/arts@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- flow/pipebuffer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flow/pipebuffer.cc') diff --git a/flow/pipebuffer.cc b/flow/pipebuffer.cc index 532e58f..5fb81fb 100644 --- a/flow/pipebuffer.cc +++ b/flow/pipebuffer.cc @@ -97,7 +97,7 @@ void PipeBuffer::skip(long size) { PipeSegment *first = *segments.begin(); - // if we have less data to skip than the first segment tqcontains + // if we have less data to skip than the first segment contains if(size < first->remaining()) { // skip the data inside the segment -- cgit v1.2.3