summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 23:21:48 +0900
committerMichele Calgaro <[email protected]>2025-02-25 23:21:48 +0900
commit3b01ee2def382271f1cbdec9fe100e2128d2e5a8 (patch)
tree8cce51a9cfd35f241d580581c9658ad3ee8c15ea /scripts
parent86d4cca5f4d251fc4cf150902d5d5c107e264acc (diff)
downloadtdesdk-3b01ee2def382271f1cbdec9fe100e2128d2e5a8.tar.gz
tdesdk-3b01ee2def382271f1cbdec9fe100e2128d2e5a8.zip
Use tdestandarddirs.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fixheaders8
-rw-r--r--scripts/kde-devel-vim.vim2
-rw-r--r--scripts/kde-emacs/klaralv.el2
3 files changed, 6 insertions, 6 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders
index a448503e..d8951611 100644
--- a/scripts/fixheaders
+++ b/scripts/fixheaders
@@ -46,10 +46,10 @@ $lastdir = '.';
'implicit declaration of function `int f?printf' => "stdio",
'no method `TDEGlobal::' => "kglobal",
'`TDEGlobal\' undeclared \(first use this function\)' => "kglobal",
- 'implicit declaration of function `int locate\(\.\.\.\)' => "kstandarddirs",
- '`locate\' undeclared \(first use this function\)' => "kstandarddirs",
- 'no matching function for call to `TDEStandardDirs' => "kstandarddirs",
- 'no method `TDEStandardDirs::' => "kstandarddirs",
+ 'implicit declaration of function `int locate\(\.\.\.\)' => "tdestandarddirs",
+ '`locate\' undeclared \(first use this function\)' => "tdestandarddirs",
+ 'no matching function for call to `TDEStandardDirs' => "tdestandarddirs",
+ 'no method `TDEStandardDirs::' => "tdestandarddirs",
'variable `class QFile \S*\' has initializer but incomplete type' => "qfile",
'implicit declaration of function `int ICON\(\.\.\.\)' => "kiconloader",
'`QMessageBox\' undeclared \(first use this function\)' => "qmessagebox",
diff --git a/scripts/kde-devel-vim.vim b/scripts/kde-devel-vim.vim
index a8c40914..af5996a4 100644
--- a/scripts/kde-devel-vim.vim
+++ b/scripts/kde-devel-vim.vim
@@ -247,7 +247,7 @@ function! MapIdentHeader( ident )
return '<tdelocale.h>'
elseif a:ident == 'locate' ||
\a:ident == 'locateLocal'
- return '<kstandarddirs.h>'
+ return '<tdestandarddirs.h>'
" aRts stuff
elseif a:ident =~ '\arts_\(debug\|info\|warning\|fatal\)'
diff --git a/scripts/kde-emacs/klaralv.el b/scripts/kde-emacs/klaralv.el
index ed475027..629a5980 100644
--- a/scripts/kde-emacs/klaralv.el
+++ b/scripts/kde-emacs/klaralv.el
@@ -175,7 +175,7 @@
(qapplication.h tqApp)
(tdeapplication.h tdeApp)
(tdelocale.h i18n I18N_NOOP)
- (kstandarddirs.h locate locateLocal)
+ (tdestandarddirs.h locate locateLocal)
(stdlib.h getenv)
(unistd.h unlink sleep usleep)
(iostream cout cerr)