summaryrefslogtreecommitdiffstats
path: root/scripts/fixkdeincludes
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:19:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:19:07 -0600
commit19cea58302be2d15b10b106c80ff82f7b5a2fa79 (patch)
treea3e30cb6598f0306bc1974b673c843b992ae6aec /scripts/fixkdeincludes
parentd5f82ed01c915a5480e07f2e9055013a266d82bb (diff)
downloadtdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.tar.gz
tdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'scripts/fixkdeincludes')
-rw-r--r--scripts/fixkdeincludes2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fixkdeincludes b/scripts/fixkdeincludes
index 0585b735..4d4b7d56 100644
--- a/scripts/fixkdeincludes
+++ b/scripts/fixkdeincludes
@@ -115,7 +115,7 @@ $hExt = "(h|H|hh|hxx|hpp|h\\+\\+)";
'qwindefs.h' => "qwindowdefs.h",
# and now the KDE specific compat includes
- 'kapp.h' => "kapplication.h",
+ 'kapp.h' => "tdeapplication.h",
'kstddirs.h' => "kstandarddirs.h",
'kuniqueapp.h' => "kuniqueapplication.h",
'ktmainwindow.h'=> "tdemainwindow.h",