KAuth

kauthexecutejob.h
1 /*
2  SPDX-FileCopyrightText: 2022 Friedrich W. H. Kossebau <[email protected]>
3 
4  SPDX-License-Identifier: LGPL-2.1-or-later
5 */
6 
7 #include <kauth/kauthcore_export.h>
8 
9 #if KAUTHCORE_ENABLE_DEPRECATED_SINCE(5, 92)
10 #include <kauth/executejob.h>
11 #if KAUTHCORE_DEPRECATED_WARNINGS_SINCE >= 0x055c00
12 #pragma message("Deprecated header. Since 5.92, use #include <kauth/executejob.h> instead")
13 #endif
14 #else
15 #error "Include of deprecated header is disabled"
16 #endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Sep 27 2023 04:03:02 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.