Warning, /frameworks/kauth/src/compatheaders/KAuth is written in an unsupported language. File is not indexed.

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 #include <kauth/actionreply.h>
0012 #include <kauth/executejob.h>
0013 #include <kauth/helpersupport.h>
0014 #if KAUTHCORE_DEPRECATED_WARNINGS_SINCE >= 0x055c00
0015 #pragma message("Deprecated header. Since 5.92, use #include <KAuth/Action>/<KAuth/ActionReply>/<KAuth/ExecuteJob>/<KAuth/HelperSupport> instead")
0016 #endif
0017 #else
0018 #error "Include of deprecated header is disabled"
0019 #endif