From dad8adc7ea83f4cbfcc9c3bb02cd6aaec1bbe693 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:01:34 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- src/kile/quickdocumentdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3