diff options
| author | Méven Car <[email protected]> | 2023-05-07 18:27:41 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-05-07 18:32:17 +0200 |
| commit | 76e3eab6ea3545339da2fd30b838acbc8c0ff607 (patch) | |
| tree | 2be5b853259671d3f2706e26aff6325c94112ff7 /src/settings/trash/trashsettingspage.h | |
| parent | 7056356c2eae28d3a5513157ba4d34609cd7d45f (diff) | |
Port to Qt6
Diffstat (limited to 'src/settings/trash/trashsettingspage.h')
| -rw-r--r-- | src/settings/trash/trashsettingspage.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
