diff options
Diffstat (limited to 'libkcal/customproperties.cpp')
-rw-r--r-- | libkcal/customproperties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/customproperties.cpp b/libkcal/customproperties.cpp index 2d59fe912..689a2c854 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(); |