summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:42 -0600
commit63bcbec9a09626ba09945de06b3eb74f50f3b228 (patch)
tree205df87b7ca9a12d3295653c8e4a0dd7283ea03a /scripts
parentcfe9ce987a45dd734b924ee4596946227a50609e (diff)
downloadtdesdk-63bcbec9a09626ba09945de06b3eb74f50f3b228.tar.gz
tdesdk-63bcbec9a09626ba09945de06b3eb74f50f3b228.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fixheaders6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders
index b1b0a15b..5cb09c0c 100644
--- a/scripts/fixheaders
+++ b/scripts/fixheaders
@@ -36,8 +36,8 @@ $lastdir = '.';
'variable `QFile \S*\' has initializer but incomplete type' => "qfile",
'type `KConfigBase\' is not a base type for type `KConfig' => "kconfig",
'invalid use of undefined type `class QAccel' => "qaccel",
- 'invalid use of undefined type `class KAboutData' => "kaboutdata",
- 'incomplete type `KAboutData\'' => "kaboutdata",
+ 'invalid use of undefined type `class TDEAboutData' => "kaboutdata",
+ 'incomplete type `TDEAboutData\'' => "kaboutdata",
'incomplete type `QGrid\'' => "qgrid",
'invalid use of undefined type `class QGrid\'' => "qgrid",
'aggregate `class KConfig \S*\' has incomplete type' => "kconfig",
@@ -74,7 +74,7 @@ $lastdir = '.';
'implicit declaration of function `int UserIcon\(...\)\'' => "kiconloader",
'`KIcon\' undeclared \(first use this function\)' => "kiconloader",
'invalid use of undefined type `class KIconLoader' => "kiconloader",
- 'invalid use of undefined type `class KInstance' => "kinstance",
+ 'invalid use of undefined type `class TDEInstance' => "kinstance",
'invalid use of undefined type `class DCOPClient' => "dcopclient",
'`DCOPClient\' undeclared \(first use this function\)' => "dcopclient",
'invalid use of undefined type `class KStatusBar\'' => "kstatusbar",