summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kile/quickdocumentdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kile/quickdocumentdialog.cpp b/src/kile/quickdocumentdialog.cpp
index 1ac17fd..9c83418 100644
--- a/src/kile/quickdocumentdialog.cpp
+++ b/src/kile/quickdocumentdialog.cpp
@@ -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;
}