From 31fde11959900b0fd3748bab9a3539b88825feb9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:29:26 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- scripts/fixheaders | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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", -- cgit v1.2.3