LibKmahjongg

kmahjonggbackgroundselector.h
1 /*
2  SPDX-FileCopyrightText: 2006 Mauricio Piacentini <[email protected]>
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 <QMap>
12 
13 // KF
14 #include <KConfigSkeleton>
15 
16 // LibKMahjongg
17 #include "ui_kmahjonggbackgroundselector.h"
18 
20 
21 class KMahjonggBackgroundSelector : public QWidget, public Ui::KMahjonggBackgroundSelector
22 {
24  public:
25  explicit KMahjonggBackgroundSelector( QWidget* parent, KConfigSkeleton * aconfig );
26  ~KMahjonggBackgroundSelector() override;
27  void setupData(KConfigSkeleton * aconfig);
28 
30  public Q_SLOTS:
31  void backgroundChanged();
32 };
33 
34 #endif // KMAHJONGGBACKGROUNDSELECTOR_H
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:09:42 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.