@ -359,7 +359,7 @@ TQWidget *QuickDocument::setupProperties(TQTabWidget *tab)
// set current date
m_leDate->setText( TDEGlobal::locale()->formatDate(TQDate::currentDate(), true) );
// For KDE4:
//m_leDate->setText( TDEGlobal::locale()->formatDate(TQDate::currentDate(), KLocale::ShortDate) );
//m_leDate->setText( TDEGlobal::locale()->formatDate(TQDate::currentDate(), TDELocale::ShortDate) );
return personalInfo;
}