summaryrefslogtreecommitdiffstats
path: root/src/entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.cpp')
-rw-r--r--src/entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entry.cpp b/src/entry.cpp
index 96f46ac..801a9a4 100644
--- a/src/entry.cpp
+++ b/src/entry.cpp
@@ -332,7 +332,7 @@ bool Entry::isOwned() {
return (m_coll && m_id > -1 && m_coll->entryCount() > 0 && m_coll->entries().contains(this));
}
-// a null string means tqinvalidate all
+// a null string means invalidate all
void Entry::invalidateFormattedFieldValue(const TQString& name_) {
if(name_.isNull()) {
m_formattedFields.clear();