diff options
Diffstat (limited to 'kmymoney2/widgets/kmymoneyaccounttreeforecast.cpp')
-rw-r--r-- | kmymoney2/widgets/kmymoneyaccounttreeforecast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/widgets/kmymoneyaccounttreeforecast.cpp b/kmymoney2/widgets/kmymoneyaccounttreeforecast.cpp index d7584c5..d0903d2 100644 --- a/kmymoney2/widgets/kmymoneyaccounttreeforecast.cpp +++ b/kmymoney2/widgets/kmymoneyaccounttreeforecast.cpp @@ -85,7 +85,7 @@ void KMyMoneyAccountTreeForecast::showDetailed(MyMoneyForecast& forecast) for(int i = 1; i <= forecast.forecastDays(); ++i) { TQDate forecastDate = TQDate::currentDate().addDays(i); - TQString columnName = KGlobal::locale()->formatDate(forecastDate, true); + TQString columnName = TDEGlobal::locale()->formatDate(forecastDate, true); addColumn(columnName, -1); } |