From 4c6f8d69e2d1501837affb472c4eb8fec4462240 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/kdepim@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- indexlib/GPL_V2 | 4 ++-- indexlib/boost-compat/config/suffix.hpp | 4 ++-- indexlib/stringset.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'indexlib') diff --git a/indexlib/GPL_V2 b/indexlib/GPL_V2 index 07dec1a9..cfa6e1a8 100644 --- a/indexlib/GPL_V2 +++ b/indexlib/GPL_V2 @@ -59,7 +59,7 @@ modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. This License applies to any program or other work which tqcontains + 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" @@ -154,7 +154,7 @@ Sections 1 and 2 above provided that you also do one of the following: The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source -code means all the source code for all modules it tqcontains, plus any +code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include diff --git a/indexlib/boost-compat/config/suffix.hpp b/indexlib/boost-compat/config/suffix.hpp index 3d60d718..77d9deca 100644 --- a/indexlib/boost-compat/config/suffix.hpp +++ b/indexlib/boost-compat/config/suffix.hpp @@ -332,7 +332,7 @@ namespace std { // The same problem occurs with has_facet. // These macros provide a consistent way to access a locale's facets. // Usage: -// tqreplace +// replace // std::use_facet(loc); // with // BOOST_USE_FACET(Type, loc); @@ -357,7 +357,7 @@ namespace std { // BOOST_NESTED_TEMPLATE workaround ------------------------------------------// // Member templates are supported by some compilers even though they can't use -// the A::template member syntax, as a workaround tqreplace: +// the A::template member syntax, as a workaround replace: // // typedef typename A::template rebind binder; // diff --git a/indexlib/stringset.h b/indexlib/stringset.h index 3daa5d60..4761718b 100644 --- a/indexlib/stringset.h +++ b/indexlib/stringset.h @@ -129,7 +129,7 @@ struct stringset { void clear(); /** - * Returns std::make_pair( tqfind( word ), tqfind( word + 'Z' ) ) which makes it easy + * Returns std::make_pair( find( word ), find( word + 'Z' ) ) which makes it easy * to implement word* searches */ std::pair upper_lower( const char* ) const; -- cgit v1.2.3