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 --- libkholidays/kholidays.cpp | 2 +- libkholidays/parseholiday.c | 2 +- libkholidays/parseholiday.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libkholidays') diff --git a/libkholidays/kholidays.cpp b/libkholidays/kholidays.cpp index 6af3998f..3b4ec63a 100644 --- a/libkholidays/kholidays.cpp +++ b/libkholidays/kholidays.cpp @@ -47,7 +47,7 @@ TQStringList KHolidays::locations() TQStringList::ConstIterator it; for ( it = files.begin(); it != files.end(); ++it ) - locs.append( (*it).mid((*it).tqfindRev('_') + 1) ); + locs.append( (*it).mid((*it).findRev('_') + 1) ); return locs; } diff --git a/libkholidays/parseholiday.c b/libkholidays/parseholiday.c index 1d5b84cf..c215515e 100644 --- a/libkholidays/parseholiday.c +++ b/libkholidays/parseholiday.c @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* As a special exception, you may create a larger work that tqcontains +/* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof diff --git a/libkholidays/parseholiday.h b/libkholidays/parseholiday.h index 3802c4d5..709aa567 100644 --- a/libkholidays/parseholiday.h +++ b/libkholidays/parseholiday.h @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* As a special exception, you may create a larger work that tqcontains +/* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof -- cgit v1.2.3