2 * SPDX-FileCopyrightText: 2009 Peter Penz <peter.penz19@gmail.com>
4 * SPDX-License-Identifier: GPL-2.0-or-later
7 #ifndef KCMDOLPHINSERVICES_H
8 #define KCMDOLPHINSERVICES_H
12 class ServicesSettingsPage
;
15 * @brief Allow to configure the Dolphin services.
17 class DolphinServicesConfigModule
: public KCModule
22 DolphinServicesConfigModule(QWidget
* parent
, const QVariantList
& args
);
23 ~DolphinServicesConfigModule() override
;
26 void defaults() override
;
29 ServicesSettingsPage
*m_services
;