diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:20:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:20:07 -0600 |
commit | 087f8d4521b0bc6614dc4b664b23674a7f5f5020 (patch) | |
tree | 7bfabb798bc358b9a99db46b8e4a00795af7cb2c /cervisia | |
parent | 9a9f0befb2983057ba63aa63ce22726db67fd500 (diff) | |
download | tdesdk-087f8d4521b0bc6614dc4b664b23674a7f5f5020.tar.gz tdesdk-087f8d4521b0bc6614dc4b664b23674a7f5f5020.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'cervisia')
-rw-r--r-- | cervisia/loginfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/loginfo.h b/cervisia/loginfo.h index e75df840..df88947f 100644 --- a/cervisia/loginfo.h +++ b/cervisia/loginfo.h @@ -101,7 +101,7 @@ struct LogInfo TQString createToolTipText(bool showTime = true) const; /** - * Calls KLocale::formatDateTime() to create a formatted string. + * Calls TDELocale::formatDateTime() to create a formatted string. * * @param showTime show commit time in tooltip. * @param shortFormat using the short date format. |