summaryrefslogtreecommitdiffstats
path: root/krename/dateplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/dateplugin.cpp')
-rw-r--r--krename/dateplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/dateplugin.cpp b/krename/dateplugin.cpp
index e41cce5..01fd048 100644
--- a/krename/dateplugin.cpp
+++ b/krename/dateplugin.cpp
@@ -88,7 +88,7 @@ TQString DatePlugin::processFile(BatchRenamer* b, int i, TQString token, int )
return tmp.sprintf("%0*i", 2, t.second() );
else {
TDEIO::UDSEntry entry;
- TDEIO::NetAccess::stat( b->files()[i].src.url, entry );
+ TDEIO::NetAccess::stat(b->files()[i].src.url, entry, 0);
KFileItem item( entry, b->files()[i].src.url );
if( token == "user" )
return item.user();