summaryrefslogtreecommitdiffstats
path: root/tools/tdefile-plugins/ooo/tdefile_ooo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tdefile-plugins/ooo/tdefile_ooo.cpp')
-rw-r--r--tools/tdefile-plugins/ooo/tdefile_ooo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tdefile-plugins/ooo/tdefile_ooo.cpp b/tools/tdefile-plugins/ooo/tdefile_ooo.cpp
index f73aa6d65..522ef6739 100644
--- a/tools/tdefile-plugins/ooo/tdefile_ooo.cpp
+++ b/tools/tdefile-plugins/ooo/tdefile_ooo.cpp
@@ -265,7 +265,7 @@ void KOfficePlugin::getEditingTime(KFileMetaInfoGroup group1,
void KOfficePlugin::getDateTime(KFileMetaInfoGroup group1,
const char * labelid, TQString & txt)
{
- TQDateTime dt = TQDateTime::fromString( txt, Qt::ISODate);
+ TQDateTime dt = TQDateTime::fromString( txt, TQt::ISODate);
appendItem( group1, labelid, dt);
}