summaryrefslogtreecommitdiffstats
path: root/libk3b/projects/k3binffilewriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/projects/k3binffilewriter.cpp')
-rw-r--r--libk3b/projects/k3binffilewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/projects/k3binffilewriter.cpp b/libk3b/projects/k3binffilewriter.cpp
index ecfb912..6d71967 100644
--- a/libk3b/projects/k3binffilewriter.cpp
+++ b/libk3b/projects/k3binffilewriter.cpp
@@ -60,7 +60,7 @@ bool K3bInfFileWriter::save( TQTextStream& s )
// ----------------------
// header
s << "# Cdrecord-Inf-File written by K3b " << k3bcore->version()
- << ", " << TQDateTime::tqcurrentDateTime().toString() << endl
+ << ", " << TQDateTime::currentDateTime().toString() << endl
<< "#" << endl;
s << "ISRC=\t\t" << m_isrc << endl;