summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-20 19:38:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-29 13:55:46 +0900
commit5078ce4c93affa49e4ba206930b07813d066415b (patch)
tree4de09da0a57e07b1e5df2be8e568f5dfbb35d83e /scripts
parenta52f07f6833590b410ac9cde84ee60caaed67631 (diff)
downloadtdesdk-5078ce4c93affa49e4ba206930b07813d066415b.tar.gz
tdesdk-5078ce4c93affa49e4ba206930b07813d066415b.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fixheaders2
-rw-r--r--scripts/kde-devel-vim.vim2
-rw-r--r--scripts/kde-emacs/klaralv.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders
index eb9dbeb4..64240c91 100644
--- a/scripts/fixheaders
+++ b/scripts/fixheaders
@@ -21,7 +21,7 @@ $lastdir = '.';
'implicit declaration of function `int i18n\(\.\.\.\)\'' => "klocale",
'`i18n\' undeclared \(first use this function\)' => "klocale",
'variable `class QPixmap \S*\' has initializer but incomplete type' => "qpixmap",
- '`kapp\' undeclared \(first use this function\)' => "kapplication",
+ '`tdeApp\' undeclared \(first use this function\)' => "kapplication",
'no matching function for call to `TDELocale::' => "klocale",
'`klocale\' undeclared \(first use this function\)' => "klocale",
'no matching function for call to `QPopupMenu::' => "qpopupmenu",
diff --git a/scripts/kde-devel-vim.vim b/scripts/kde-devel-vim.vim
index 7fc301ac..a8c40914 100644
--- a/scripts/kde-devel-vim.vim
+++ b/scripts/kde-devel-vim.vim
@@ -240,7 +240,7 @@ function! MapIdentHeader( ident )
return '<tdelistview.h>'
elseif a:ident =~ 'kd\(Debug\|Warning\|Error\|Fatal\|Backtrace\)'
return '<kdebug.h>'
- elseif a:ident == 'kapp'
+ elseif a:ident == 'tdeApp'
return '<tdeapplication.h>'
elseif a:ident == 'i18n' ||
\a:ident == 'I18N_NOOP'
diff --git a/scripts/kde-emacs/klaralv.el b/scripts/kde-emacs/klaralv.el
index d93fa0ff..ed475027 100644
--- a/scripts/kde-emacs/klaralv.el
+++ b/scripts/kde-emacs/klaralv.el
@@ -173,7 +173,7 @@
; Useful fake entries
(qapplication.h tqApp)
- (tdeapplication.h kapp)
+ (tdeapplication.h tdeApp)
(tdelocale.h i18n I18N_NOOP)
(kstandarddirs.h locate locateLocal)
(stdlib.h getenv)