summaryrefslogtreecommitdiffstats
path: root/scripts/kde-devel-vim.vim
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-14 17:19:07 -0600
committerTimothy Pearson <[email protected]>2013-02-14 17:19:07 -0600
commit19cea58302be2d15b10b106c80ff82f7b5a2fa79 (patch)
treea3e30cb6598f0306bc1974b673c843b992ae6aec /scripts/kde-devel-vim.vim
parentd5f82ed01c915a5480e07f2e9055013a266d82bb (diff)
downloadtdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.tar.gz
tdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'scripts/kde-devel-vim.vim')
-rw-r--r--scripts/kde-devel-vim.vim2
1 files changed, 1 insertions, 1 deletions
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>'