diff options
Diffstat (limited to 'juk/filehandle.h')
-rw-r--r-- | juk/filehandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/filehandle.h b/juk/filehandle.h index bbfd6c67..12216bb2 100644 --- a/juk/filehandle.h +++ b/juk/filehandle.h @@ -36,7 +36,7 @@ class FileHandle public: FileHandle(); FileHandle(const FileHandle &f); - explicit FileHandle(const TQFileInfo &info, const TQString &path = TQString::null); + explicit FileHandle(const TQFileInfo &info, const TQString &path = TQString()); explicit FileHandle(const TQString &path); FileHandle(const TQString &path, CacheDataStream &s); ~FileHandle(); |