summaryrefslogtreecommitdiffstats
path: root/filters/kword/abiword/abiwordexport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'filters/kword/abiword/abiwordexport.cpp')
-rw-r--r--filters/kword/abiword/abiwordexport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/kword/abiword/abiwordexport.cpp b/filters/kword/abiword/abiwordexport.cpp
index d1b5a98a2..ffc040167 100644
--- a/filters/kword/abiword/abiwordexport.cpp
+++ b/filters/kword/abiword/abiwordexport.cpp
@@ -1208,7 +1208,7 @@ bool AbiWordWorker::doFullDocumentInfo(const KWEFDocumentInfo& docInfo)
*m_streamOut << "</m>\n";
- TQDateTime now (TQDateTime::currentDateTime(Qt::UTC)); // current time in UTC
+ TQDateTime now (TQDateTime::currentDateTime(TQt::UTC)); // current time in UTC
*m_streamOut << "<m key=\"abiword.date_last_changed\">"
<< escapeAbiWordText(transformToTextDate(now))
<< "</m>\n";