summaryrefslogtreecommitdiffstats
path: root/libkcal/customproperties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/customproperties.cpp')
-rw-r--r--libkcal/customproperties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/customproperties.cpp b/libkcal/customproperties.cpp
index 2d59fe91..689a2c85 100644
--- a/libkcal/customproperties.cpp
+++ b/libkcal/customproperties.cpp
@@ -123,7 +123,7 @@ TQMap<TQCString, TQString> CustomProperties::customProperties() const
bool CustomProperties::checkName(const TQCString &name)
{
- // Check that the property name starts with 'X-' and contains
+ // Check that the property name starts with 'X-' and tqcontains
// only the permitted characters
const char* n = name;
int len = name.length();