summaryrefslogtreecommitdiffstats
path: root/kgantt/kgantt/KGantt.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgantt/kgantt/KGantt.h')
-rw-r--r--kgantt/kgantt/KGantt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kgantt/kgantt/KGantt.h b/kgantt/kgantt/KGantt.h
index ca02a066..2475b121 100644
--- a/kgantt/kgantt/KGantt.h
+++ b/kgantt/kgantt/KGantt.h
@@ -66,8 +66,8 @@
KGanttItem* t1 = new KGanttItem(toplevel,
"task 1, no subtasks",
- TQDateTime::tqcurrentDateTime().addDays(10),
- TQDateTime::tqcurrentDateTime().addDays(20) );
+ TQDateTime::currentDateTime().addDays(10),
+ TQDateTime::currentDateTime().addDays(20) );
...