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