summaryrefslogtreecommitdiffstats
path: root/libkcal/person.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/person.cpp')
-rw-r--r--libkcal/person.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/person.cpp b/libkcal/person.cpp
index aad80f68f..00f17ed84 100644
--- a/libkcal/person.cpp
+++ b/libkcal/person.cpp
@@ -88,7 +88,7 @@ void Person::setName(const TQString &name)
void Person::setEmail(const TQString &email)
{
- if ( email.startsWith( "mailto:", false ) ) {
+ if ( email.tqstartsWith( "mailto:", false ) ) {
mEmail = email.mid(7);
} else {
mEmail = email;