summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:20:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:20:07 -0600
commit087f8d4521b0bc6614dc4b664b23674a7f5f5020 (patch)
tree7bfabb798bc358b9a99db46b8e4a00795af7cb2c /scripts
parent9a9f0befb2983057ba63aa63ce22726db67fd500 (diff)
downloadtdesdk-087f8d4521b0bc6614dc4b664b23674a7f5f5020.tar.gz
tdesdk-087f8d4521b0bc6614dc4b664b23674a7f5f5020.zip
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fixheaders2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders
index 12cf1a2a..91358097 100644
--- a/scripts/fixheaders
+++ b/scripts/fixheaders
@@ -22,7 +22,7 @@ $lastdir = '.';
'`i18n\' undeclared \(first use this function\)' => "klocale",
'variable `class QPixmap \S*\' has initializer but incomplete type' => "qpixmap",
'`kapp\' undeclared \(first use this function\)' => "kapplication",
- 'no matching function for call to `KLocale::' => "klocale",
+ 'no matching function for call to `TDELocale::' => "klocale",
'`klocale\' undeclared \(first use this function\)' => "klocale",
'no matching function for call to `QPopupMenu::' => "qpopupmenu",
'`QTextStream\' undeclared \(first use this function\)' => "qtextstream",