diff options
Diffstat (limited to 'kplato/kptreportview.cc')
-rw-r--r-- | kplato/kptreportview.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptreportview.cc b/kplato/kptreportview.cc index 655d1907..3bdab2b2 100644 --- a/kplato/kptreportview.cc +++ b/kplato/kptreportview.cc @@ -83,7 +83,7 @@ public: if (!tag.contains('.')) { // global tags if (tag == "currentdate") { - return l->formatDate(TQDate::tqcurrentDate(), true); + return l->formatDate(TQDate::currentDate(), true); } return TQString(); } |