summaryrefslogtreecommitdiffstats
path: root/filters/kword/abiword/abiwordimport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'filters/kword/abiword/abiwordimport.cpp')
-rw-r--r--filters/kword/abiword/abiwordimport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/kword/abiword/abiwordimport.cpp b/filters/kword/abiword/abiwordimport.cpp
index bd6ea1e38..e443ada11 100644
--- a/filters/kword/abiword/abiwordimport.cpp
+++ b/filters/kword/abiword/abiwordimport.cpp
@@ -72,7 +72,7 @@ class StructureParser : public TQXmlDefaultHandler
public:
StructureParser(KoFilterChain* chain)
: m_chain(chain), m_pictureNumber(0), m_pictureFrameNumber(0), m_tableGroupNumber(0),
- m_timepoint(TQDateTime::currentDateTime(Qt::UTC)), m_fatalerror(false)
+ m_timepoint(TQDateTime::currentDateTime(TQt::UTC)), m_fatalerror(false)
{
createDocument();
structureStack.setAutoDelete(true);