diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:01:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:01:34 -0600 |
commit | dad8adc7ea83f4cbfcc9c3bb02cd6aaec1bbe693 (patch) | |
tree | 45c82663dfeecfea37ee7eca5a34972629a9dd09 /src | |
parent | 7294272651bf16a6fce0b03445d6adac4e64b8e0 (diff) | |
download | kile-dad8adc7ea83f4cbfcc9c3bb02cd6aaec1bbe693.tar.gz kile-dad8adc7ea83f4cbfcc9c3bb02cd6aaec1bbe693.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/kile/quickdocumentdialog.cpp | 2 |
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; } |