diff options
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entry.h b/src/entry.h index c4cbc8b..1c62593 100644 --- a/src/entry.h +++ b/src/entry.h @@ -211,7 +211,7 @@ public: * Removes the formatted value of the field from the map. This should be used when * the field's format flag has changed. * - * @param name The name of the field that changed. TQString() means tqinvalidate all fields. + * @param name The name of the field that changed. TQString() means invalidate all fields. */ void invalidateFormattedFieldValue(const TQString& name=TQString()); |