LibKmahjongg

kmahjonggbackgroundselector.h
1/*
2 SPDX-FileCopyrightText: 2006 Mauricio Piacentini <mauricio@tabuleiro.com>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#ifndef KMAHJONGGBACKGROUNDSELECTOR_H
8#define KMAHJONGGBACKGROUNDSELECTOR_H
9
10// Qt
11#include <QHash>
12
13// KF
14#include <KConfigSkeleton>
15
16// LibKMahjongg
17#include "ui_kmahjonggbackgroundselector.h"
18
20
21class KMahjonggBackgroundSelector : public QWidget, private Ui::KMahjonggBackgroundSelector
22{
24
25public:
26 explicit KMahjonggBackgroundSelector(QWidget *parent, KConfigSkeleton *aconfig);
27 ~KMahjonggBackgroundSelector() override;
28
29 void setupData(KConfigSkeleton *aconfig);
30
31public Q_SLOTS:
32 void backgroundChanged();
33
34private:
36};
37
38#endif // KMAHJONGGBACKGROUNDSELECTOR_H
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:34 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.