diff options
Diffstat (limited to 'kugar/lib/mreportsection.cpp')
-rw-r--r-- | kugar/lib/mreportsection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kugar/lib/mreportsection.cpp b/kugar/lib/mreportsection.cpp index 1184d773..5040d64c 100644 --- a/kugar/lib/mreportsection.cpp +++ b/kugar/lib/mreportsection.cpp @@ -24,7 +24,7 @@ MReportSection::MReportSection() frequency = MReportSection::EveryPage; // Set special field data - reportDate = TQDate::tqcurrentDate(); + reportDate = TQDate::currentDate(); pageNumber = 0; // Set the line list to AutoDelete |