Warning, /frameworks/ki18n/src/i18n/compatheaders/KuitMarkup is written in an unsupported language. File is not indexed.

0001 /*
0002     SPDX-FileCopyrightText: 2023 Friedrich W. H. Kossebau <kossebau@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.1-or-later
0005 */
0006 
0007 #include <ki18n_export.h>
0008 
0009 #if KI18N_ENABLE_DEPRECATED_SINCE(5, 105)
0010 #include <kuitsetup.h>
0011 #if KI18N_DEPRECATED_WARNINGS_SINCE >= 0x056900
0012 #pragma message("Deprecated header. Since 5.0, use #include <KuitSetup> instead")
0013 #endif
0014 #else
0015 #error "Include of deprecated header is disabled"
0016 #endif