diff options
Diffstat (limited to 'juk/filehandleproperties.h')
-rw-r--r-- | juk/filehandleproperties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/filehandleproperties.h b/juk/filehandleproperties.h index a930ad87..91d95750 100644 --- a/juk/filehandleproperties.h +++ b/juk/filehandleproperties.h @@ -75,7 +75,7 @@ namespace FileHandleProperties static TQString property(const FileHandle &file, const TQCString &key) { - return propertyMap.tqcontains(key) ? propertyMap[key]->value(file) : TQString(); + return propertyMap.contains(key) ? propertyMap[key]->value(file) : TQString(); } static TQStringList properties() |