summaryrefslogtreecommitdiffstats
path: root/kplato/kptproject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptproject.cpp')
-rw-r--r--kplato/kptproject.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptproject.cpp b/kplato/kptproject.cpp
index 97eb82028..fc7cf3d7e 100644
--- a/kplato/kptproject.cpp
+++ b/kplato/kptproject.cpp
@@ -471,8 +471,8 @@ void Project::save(TQDomElement &element) const {
//me.setAttribute("baselined",(int)m_baselined); FIXME: Removed for this release
me.setAttribute("scheduling",constraintToString());
- me.setAttribute("start-time", m_constraintStartTime.toString(Qt::ISODate));
- me.setAttribute("end-time", m_constraintEndTime.toString(Qt::ISODate));
+ me.setAttribute("start-time", m_constraintStartTime.toString(TQt::ISODate));
+ me.setAttribute("end-time", m_constraintEndTime.toString(TQt::ISODate));
m_accounts.save(me);