summaryrefslogtreecommitdiffstats
path: root/libkholidays
diff options
context:
space:
mode:
Diffstat (limited to 'libkholidays')
-rw-r--r--libkholidays/kholidays.cpp2
-rw-r--r--libkholidays/parseholiday.c2
-rw-r--r--libkholidays/parseholiday.h2
3 files changed, 3 insertions, 3 deletions
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