summaryrefslogtreecommitdiffstats
path: root/kmymoney2/reports/listtable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/reports/listtable.cpp')
-rw-r--r--kmymoney2/reports/listtable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/reports/listtable.cpp b/kmymoney2/reports/listtable.cpp
index a171e47..5bfbd95 100644
--- a/kmymoney2/reports/listtable.cpp
+++ b/kmymoney2/reports/listtable.cpp
@@ -519,7 +519,7 @@ namespace reports {
// if we have a locale() then use its date formatter
if ( TDEGlobal::locale() && ! data.isEmpty() ) {
- TQDate qd = TQDate::fromString ( data, Qt::ISODate );
+ TQDate qd = TQDate::fromString ( data, TQt::ISODate );
data = TDEGlobal::locale()->formatDate ( qd, true );
}
result += TQString ( "<td class=\"left\">%1</td>" ).arg ( data );