diff options
Diffstat (limited to 'kconf_update')
-rw-r--r-- | kconf_update/kconf_update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconf_update/kconf_update.cpp b/kconf_update/kconf_update.cpp index 4d3846f2c..a3a165ab8 100644 --- a/kconf_update/kconf_update.cpp +++ b/kconf_update/kconf_update.cpp @@ -201,7 +201,7 @@ KonfUpdate::log() } } - (*m_textStream) << TQDateTime::tqcurrentDateTime().toString( Qt::ISODate ) << " "; + (*m_textStream) << TQDateTime::currentDateTime().toString( Qt::ISODate ) << " "; return *m_textStream; } |