diff options
| author | Duong Do Minh Chau <[email protected]> | 2020-12-11 01:47:50 +0700 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-12-28 20:18:31 +0000 |
| commit | 9a0552d51d60e40bd3045ea1f2fb483a65b55568 (patch) | |
| tree | c1bd63b77df566f90b612d8ec8a03f521b5f0dac /src/settings/kcm/kcmdolphincontextmenu.h | |
| parent | a512176b4bdbf0f0471a9b9089f4a936c14e2732 (diff) | |
Remove context menu settings KCM
Diffstat (limited to 'src/settings/kcm/kcmdolphincontextmenu.h')
| -rw-r--r-- | src/settings/kcm/kcmdolphincontextmenu.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/settings/kcm/kcmdolphincontextmenu.h b/src/settings/kcm/kcmdolphincontextmenu.h deleted file mode 100644 index bfe55d254..000000000 --- a/src/settings/kcm/kcmdolphincontextmenu.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2009 Peter Penz <[email protected]> - * - * SPDX-License-Identifier: GPL-2.0-or-later - */ - -#ifndef KCMDOLPHINCONTEXTMENU_H -#define KCMDOLPHINCONTEXTMENU_H - -#include <KCModule> - -class ContextMenuSettingsPage; - -/** - * @brief Allow to configure the Dolphin context menu. - */ -class DolphinContextMenuConfigModule : public KCModule -{ - Q_OBJECT - -public: - DolphinContextMenuConfigModule(QWidget* parent, const QVariantList& args); - ~DolphinContextMenuConfigModule() override; - - void save() override; - void defaults() override; - -private: - ContextMenuSettingsPage *m_contextMenu; -}; - -#endif |
