summaryrefslogtreecommitdiffstats
path: root/filters/kpresenter
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-09 18:58:02 +0900
committerMichele Calgaro <[email protected]>2024-03-17 21:16:45 +0900
commit7a7827396f90ad06945cd5a367f93d8ffd380e0f (patch)
treec812fa6c9a336fac31583724535fbcf8fd0e5ae0 /filters/kpresenter
parentea7a0b4d73337e0e30678300466e668179241348 (diff)
downloadkoffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.tar.gz
koffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'filters/kpresenter')
-rw-r--r--filters/kpresenter/ooimpress/ooimpressimport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/kpresenter/ooimpress/ooimpressimport.cpp b/filters/kpresenter/ooimpress/ooimpressimport.cpp
index 8223e284..d61d7381 100644
--- a/filters/kpresenter/ooimpress/ooimpressimport.cpp
+++ b/filters/kpresenter/ooimpress/ooimpressimport.cpp
@@ -2189,7 +2189,7 @@ void OoImpressImport::appendField(TQDomDocument& doc, TQDomElement& e, const TQD
}
else if (isTextNS && tag == "time")
{
- // Use TQDateTime to work around a possible problem of TQTime::FromString in TQt 3.2.2
+ // Use TQDateTime to work around a possible problem of TQTime::FromString in Qt 3.2.2
TQDateTime dt(TQDateTime::fromString(object.attributeNS( ooNS::text, "time-value", TQString()), TQt::ISODate));
bool fixed = (object.hasAttributeNS( ooNS::text, "fixed") && object.attributeNS( ooNS::text, "fixed", TQString())=="true");