summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:26 -0600
commit31fde11959900b0fd3748bab9a3539b88825feb9 (patch)
tree5cd7424ac96f34ae59a5d325fa797e30c0d6f58f /scripts
parent44ff5a3c798fe9c44df30cc898fbdffa44784d56 (diff)
downloadtdesdk-31fde11959900b0fd3748bab9a3539b88825feb9.tar.gz
tdesdk-31fde11959900b0fd3748bab9a3539b88825feb9.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fixheaders4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders
index a5debd94..12cf1a2a 100644
--- a/scripts/fixheaders
+++ b/scripts/fixheaders
@@ -48,8 +48,8 @@ $lastdir = '.';
'`TDEGlobal\' undeclared \(first use this function\)' => "kglobal",
'implicit declaration of function `int locate\(\.\.\.\)' => "kstddirs",
'`locate\' undeclared \(first use this function\)' => "kstddirs",
- 'no matching function for call to `KStandardDirs' => "kstddirs",
- 'no method `KStandardDirs::' => "kstddirs",
+ 'no matching function for call to `TDEStandardDirs' => "kstddirs",
+ 'no method `TDEStandardDirs::' => "kstddirs",
'variable `class QFile \S*\' has initializer but incomplete type' => "qfile",
'implicit declaration of function `int ICON\(\.\.\.\)' => "kiconloader",
'`QMessageBox\' undeclared \(first use this function\)' => "qmessagebox",