diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:19:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:19:07 -0600 |
commit | 19cea58302be2d15b10b106c80ff82f7b5a2fa79 (patch) | |
tree | a3e30cb6598f0306bc1974b673c843b992ae6aec /scripts | |
parent | d5f82ed01c915a5480e07f2e9055013a266d82bb (diff) | |
download | tdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.tar.gz tdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/fixkdeincludes | 2 | ||||
-rw-r--r-- | scripts/kde-devel-vim.vim | 2 | ||||
-rw-r--r-- | scripts/kde-emacs/klaralv.el | 2 |
3 files changed, 3 insertions, 3 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", diff --git a/scripts/kde-devel-vim.vim b/scripts/kde-devel-vim.vim index 62b84378..9ae11612 100644 --- a/scripts/kde-devel-vim.vim +++ b/scripts/kde-devel-vim.vim @@ -241,7 +241,7 @@ function! MapIdentHeader( ident ) elseif a:ident =~ 'kd\(Debug\|Warning\|Error\|Fatal\|Backtrace\)' return '<kdebug.h>' elseif a:ident == 'kapp' - return '<kapplication.h>' + return '<tdeapplication.h>' elseif a:ident == 'i18n' || \a:ident == 'I18N_NOOP' return '<klocale.h>' diff --git a/scripts/kde-emacs/klaralv.el b/scripts/kde-emacs/klaralv.el index cafbb000..6bfdd858 100644 --- a/scripts/kde-emacs/klaralv.el +++ b/scripts/kde-emacs/klaralv.el @@ -173,7 +173,7 @@ ; Useful fake entries (qapplication.h tqApp) - (kapplication.h kapp) + (tdeapplication.h kapp) (klocale.h i18n I18N_NOOP) (kstandarddirs.h locate locateLocal) (stdlib.h getenv) |