diff options
Diffstat (limited to 'kmail/vacation.cpp')
-rw-r--r-- | kmail/vacation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/vacation.cpp b/kmail/vacation.cpp index d3d374aea..a027c33bc 100644 --- a/kmail/vacation.cpp +++ b/kmail/vacation.cpp @@ -573,7 +573,7 @@ namespace KMail { "\n" "Yours sincerely,\n" "-- <enter your name and email address here>\n") - .arg( KGlobal::locale()->formatDate( TQDate::currentDate().addDays( 1 ) ) ); + .arg( TDEGlobal::locale()->formatDate( TQDate::currentDate().addDays( 1 ) ) ); } int Vacation::defaultNotificationInterval() { |