diff options
Diffstat (limited to 'kconf_update')
-rw-r--r-- | kconf_update/kconf_update.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kconf_update/kconf_update.cpp b/kconf_update/kconf_update.cpp index 7b4a33758..4d3846f2c 100644 --- a/kconf_update/kconf_update.cpp +++ b/kconf_update/kconf_update.cpp @@ -26,7 +26,7 @@ #include <stdlib.h> #include <tqfile.h> -#include <textstream.h> +#include <tqtextstream.h> #include <kconfig.h> #include <ksimpleconfig.h> @@ -201,7 +201,7 @@ KonfUpdate::log() } } - (*m_textStream) << TQDateTime::currentDateTime().toString( Qt::ISODate ) << " "; + (*m_textStream) << TQDateTime::tqcurrentDateTime().toString( Qt::ISODate ) << " "; return *m_textStream; } |