summaryrefslogtreecommitdiffstats
path: root/juk/filehandleproperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/filehandleproperties.h')
-rw-r--r--juk/filehandleproperties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/filehandleproperties.h b/juk/filehandleproperties.h
index 4fc31f92..a930ad87 100644
--- a/juk/filehandleproperties.h
+++ b/juk/filehandleproperties.h
@@ -61,7 +61,7 @@ namespace FileHandleProperties
{
virtual TQString value(const FileHandle &) const
{
- return TQString::null;
+ return TQString();
}
};
@@ -75,7 +75,7 @@ namespace FileHandleProperties
static TQString property(const FileHandle &file, const TQCString &key)
{
- return propertyMap.contains(key) ? propertyMap[key]->value(file) : TQString::null;
+ return propertyMap.tqcontains(key) ? propertyMap[key]->value(file) : TQString();
}
static TQStringList properties()