summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/vcf/kfile_vcf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/vcf/kfile_vcf.cpp')
-rw-r--r--kfile-plugins/vcf/kfile_vcf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/vcf/kfile_vcf.cpp b/kfile-plugins/vcf/kfile_vcf.cpp
index 84b29696..6edc1655 100644
--- a/kfile-plugins/vcf/kfile_vcf.cpp
+++ b/kfile-plugins/vcf/kfile_vcf.cpp
@@ -58,7 +58,7 @@ bool KVcfPlugin::readInfo( KFileMetaInfo& info, uint /*what*/ )
if (!file.open(IO_ReadOnly))
{
- kdDebug(7034) << "Couldn't open " << TQFile::encodeName(info.path()) << endl;
+ kdDebug(7034) << "Couldn't open " << TQString(TQFile::encodeName(info.path())) << endl;
return false;
}