Alkimia API

alkpushbutton.h
1/*
2 SPDX-FileCopyrightText: 2020 Ralf Habacker ralf.habacker @freenet.de
3
4 This file is part of libalkimia.
5
6 SPDX-License-Identifier: GPL-2.0-or-later
7*/
8
9#ifndef ALKPUSHBUTTON_H
10#define ALKPUSHBUTTON_H
11
12#include <QtGlobal>
13
14#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
15#include <QPushButton>
16#define AlkPushButton QPushButton
17#else
18#include <KPushButton>
19#define AlkPushButton KPushButton
20#endif
21
22#endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 17:01:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.