/*
    SPDX-FileCopyrightText: 2023 Friedrich W. H. Kossebau <kossebau@kde.org>

    SPDX-License-Identifier: LGPL-2.1-or-later
*/

#include <purpose/purposewidgets_export.h>

#if PURPOSEWIDGETS_ENABLE_DEPRECATED_SINCE(5, 104)
#include <purpose/menu.h>
#if PURPOSEWIDGETS_DEPRECATED_WARNINGS_SINCE >= 0x056800
#pragma message("Deprecated header. Since 5.104, use #include <Purpose/Menu> instead")
#endif
#else
#error "Include of deprecated header is disabled"
#endif
