diff options
Diffstat (limited to 'libkholidays')
-rw-r--r-- | libkholidays/kholidays.cpp | 2 | ||||
-rw-r--r-- | libkholidays/parseholiday.c | 2 | ||||
-rw-r--r-- | libkholidays/parseholiday.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libkholidays/kholidays.cpp b/libkholidays/kholidays.cpp index 6af3998fb..3b4ec63a2 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 1d5b84cf7..c215515e5 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 3802c4d5a..709aa5671 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 |