diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-28 22:01:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-28 22:01:50 +0900 |
commit | bd0a780e080c778412bdfb8b9da19bbc2079712d (patch) | |
tree | f987dbaf4040ee2f7d3bff7ef1726c5fb93c1a0a /smoke/tde | |
parent | 5cfb2b413eb658124b6126cb536d932bd5617f06 (diff) | |
download | tdebindings-bd0a780e080c778412bdfb8b9da19bbc2079712d.tar.gz tdebindings-bd0a780e080c778412bdfb8b9da19bbc2079712d.zip |
Use tdecrash.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'smoke/tde')
-rw-r--r-- | smoke/tde/generate.pl.in | 2 | ||||
-rw-r--r-- | smoke/tde/tde_header_list | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/smoke/tde/generate.pl.in b/smoke/tde/generate.pl.in index 9c90bb2d..9a175674 100644 --- a/smoke/tde/generate.pl.in +++ b/smoke/tde/generate.pl.in @@ -82,7 +82,7 @@ my %kdeexcludes = ( 'kbookmarkimporter_ie.h' => 1, 'kbookmarkimporter_opera.h' => 1, 'kbookmarkimporter_ns.h' => 1, - 'kcrash.h' => 1, + 'tdecrash.h' => 1, 'kdebug.h' => 1, 'kdebugclasses.h' => 1, 'kde_terminal_interface.h' => 1, diff --git a/smoke/tde/tde_header_list b/smoke/tde/tde_header_list index 80668423..976d73b3 100644 --- a/smoke/tde/tde_header_list +++ b/smoke/tde/tde_header_list @@ -99,7 +99,7 @@ tdeconfigbase.h tdeconfigdata.h tdeconfig.h kcpuinfo.h -kcrash.h +tdecrash.h kcursor.h kcustommenueditor.h kdatastream.h |