From 76e3eab6ea3545339da2fd30b838acbc8c0ff607 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Sun, 7 May 2023 18:27:41 +0200 Subject: Port to Qt6 --- src/settings/trash/trashsettingspage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/settings/trash/trashsettingspage.h') diff --git a/src/settings/trash/trashsettingspage.h b/src/settings/trash/trashsettingspage.h index b0e48a018..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. @@ -29,7 +29,7 @@ public: private: void loadSettings(); - KCModuleProxy *m_proxy; + KCModule *m_kcm; }; #endif -- cgit v1.3