Rename KLocale to enhance compatibility with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 7294272651
commit dad8adc7ea

@ -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;
}

Loading…
Cancel
Save