LibKmahjongg

kmahjonggtilesetselector.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 KMAHJONGGTILESETSELECTOR_H
8#define KMAHJONGGTILESETSELECTOR_H
9
10// Qt
11#include <QHash>
12
13// KF
14#include <KConfigSkeleton>
15
16// LibKMahjongg
17#include "ui_kmahjonggtilesetselector.h"
18
20
21class KMahjonggTilesetSelector : public QWidget, private Ui::KMahjonggTilesetSelector
22{
24
25public:
26 explicit KMahjonggTilesetSelector(QWidget *parent, KConfigSkeleton *aconfig);
27 ~KMahjonggTilesetSelector() override;
28
29 void setupData(KConfigSkeleton *aconfig);
30
31public Q_SLOTS:
32 void tilesetChanged();
33
34private:
36};
37
38#endif // KMAHJONGGTILESETSELECTOR_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.