File indexing completed on 2024-12-08 12:16:04
0001 /* 0002 SPDX-FileCopyrightText: 2022 Friedrich W. H. Kossebau <kossebau@kde.org> 0003 0004 SPDX-License-Identifier: LGPL-2.1-or-later 0005 */ 0006 0007 #include <kauth/kauthcore_export.h> 0008 0009 #if KAUTHCORE_ENABLE_DEPRECATED_SINCE(5, 92) 0010 #include <kauth/action.h> 0011 #if KAUTHCORE_DEPRECATED_WARNINGS_SINCE >= 0x055c00 0012 #pragma message("Deprecated header. Since 5.92, use #include <kauth/action.h> instead") 0013 #endif 0014 #else 0015 #error "Include of deprecated header is disabled" 0016 #endif