X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/954e8c47906c12edaaf6e6aebdd41516eceb0d44..76e3eab6ea3545339da2fd30b838acbc8c0ff607:/src/settings/trash/trashsettingspage.h diff --git a/src/settings/trash/trashsettingspage.h b/src/settings/trash/trashsettingspage.h index 0a158fb08..a5253774c 100644 --- a/src/settings/trash/trashsettingspage.h +++ b/src/settings/trash/trashsettingspage.h @@ -8,7 +8,7 @@ #include "settings/settingspagebase.h" -class KCModuleProxy; +class KCModule; /** * @brief Tab page for the 'Trash' settings of the Dolphin settings dialog, it uses the KCM. @@ -18,7 +18,7 @@ class TrashSettingsPage : public SettingsPageBase Q_OBJECT public: - explicit TrashSettingsPage(QWidget* parent); + explicit TrashSettingsPage(QWidget *parent); ~TrashSettingsPage() override; /** @see SettingsPageBase::applySettings() */ @@ -29,7 +29,7 @@ public: private: void loadSettings(); - KCModuleProxy *m_proxy; + KCModule *m_kcm; }; #endif