summaryrefslogtreecommitdiffstats
path: root/kword/KWCanvas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWCanvas.cpp')
-rw-r--r--kword/KWCanvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWCanvas.cpp b/kword/KWCanvas.cpp
index fdd6eb6b..00fe2a85 100644
--- a/kword/KWCanvas.cpp
+++ b/kword/KWCanvas.cpp
@@ -1751,7 +1751,7 @@ bool KWCanvas::eventFilter( TQObject *o, TQEvent *e )
break;
case TQt::Key_M: // 'M' -> mark debug output
{
- const TQDateTime dtMark ( TQDateTime::tqcurrentDateTime() );
+ const TQDateTime dtMark ( TQDateTime::currentDateTime() );
kdDebug(32002) << "Developer mark: " << dtMark.toString("yyyy-MM-dd hh:mm:ss,zzz") << endl;
keyev->accept();
break;