summaryrefslogtreecommitdiffstats
path: root/cervisia/changelogdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/changelogdlg.cpp')
-rw-r--r--cervisia/changelogdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/changelogdlg.cpp b/cervisia/changelogdlg.cpp
index 0a0b4486..dadf606f 100644
--- a/cervisia/changelogdlg.cpp
+++ b/cervisia/changelogdlg.cpp
@@ -33,7 +33,7 @@
static inline TQString DateStringISO8601()
{
- return TQDate::currentDate().toString(Qt::ISODate);
+ return TQDate::currentDate().toString(TQt::ISODate);
}