From ef5831dd5c8811c94c9b1bc1377a90174d17c82c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:29:52 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- libk3b/projects/k3binffilewriter.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libk3b/projects/k3binffilewriter.cpp') diff --git a/libk3b/projects/k3binffilewriter.cpp b/libk3b/projects/k3binffilewriter.cpp index ecfb912..a652179 100644 --- a/libk3b/projects/k3binffilewriter.cpp +++ b/libk3b/projects/k3binffilewriter.cpp @@ -22,7 +22,7 @@ #include #include -#include +#include #include @@ -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; @@ -130,7 +130,7 @@ bool K3bInfFileWriter::save( TQTextStream& s ) s << "Index0=\t\t" << m_index0 << endl; - return ( s.tqdevice()->status() == IO_Ok ); + return ( s.device()->status() == IO_Ok ); } -- cgit v1.2.3