summaryrefslogtreecommitdiffstats
path: root/kdgantt/KDGanttViewEventItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdgantt/KDGanttViewEventItem.cpp')
-rw-r--r--kdgantt/KDGanttViewEventItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdgantt/KDGanttViewEventItem.cpp b/kdgantt/KDGanttViewEventItem.cpp
index 01172af8..19bfaeb9 100644
--- a/kdgantt/KDGanttViewEventItem.cpp
+++ b/kdgantt/KDGanttViewEventItem.cpp
@@ -166,7 +166,7 @@ void KDGanttViewEventItem::setStartTime( const TQDateTime& start )
void KDGanttViewEventItem::setLeadTime( const TQDateTime& leadTimeStart )
{
- if (!myLeadTime) myLeadTime = new QDateTime;
+ if (!myLeadTime) myLeadTime = new TQDateTime;
*myLeadTime = leadTimeStart;
if ( startTime() < leadTime() )
setStartTime( leadTimeStart );