diff options
Diffstat (limited to 'karm/print.cpp')
-rw-r--r-- | karm/print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karm/print.cpp b/karm/print.cpp index 1badb4f9f..a7ddd4ba9 100644 --- a/karm/print.cpp +++ b/karm/print.cpp @@ -75,7 +75,7 @@ void MyPrinter::print() painter.setFont(newFont); int height = metrics.height(); - TQString now = KGlobal::locale()->formatDateTime(TQDateTime::currentDateTime()); + TQString now = KGlobal::locale()->formatDateTime(TQDateTime::tqcurrentDateTime()); painter.drawText(xMargin, yoff, pageWidth, height, TQPainter::AlignCenter, |