diff options
Diffstat (limited to 'cervisia/changelogdlg.cpp')
-rw-r--r-- | cervisia/changelogdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/changelogdlg.cpp b/cervisia/changelogdlg.cpp index 9d00a8e8..8c19a9fc 100644 --- a/cervisia/changelogdlg.cpp +++ b/cervisia/changelogdlg.cpp @@ -33,7 +33,7 @@ static inline TQString DateStringISO8601() { - return TQDate::tqcurrentDate().toString(Qt::ISODate); + return TQDate::currentDate().toString(Qt::ISODate); } |