2 * SPDX-FileCopyrightText: 2009 Peter Penz <peter.penz19@gmail.com>
4 * SPDX-License-Identifier: GPL-2.0-or-later
7 #ifndef KCMDOLPHINGENERAL_H
8 #define KCMDOLPHINGENERAL_H
14 class SettingsPageBase
;
17 * @brief Allow to configure general Dolphin settings.
19 class DolphinGeneralConfigModule
: public KCModule
24 DolphinGeneralConfigModule(QWidget
*parent
, const QVariantList
&args
);
25 ~DolphinGeneralConfigModule() override
;
28 void defaults() override
;
31 QList
<SettingsPageBase
*> m_pages
;