]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/trash/trashsettingspage.h
Port to Qt6
[dolphin.git] / src / settings / trash / trashsettingspage.h
index 0a158fb0895e071da1302137b80507a7e459bfb0..a5253774cf43ff6dfa2a83bc0c9924bae10ac594 100644 (file)
@@ -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(QWidgetparent);
+    explicit TrashSettingsPage(QWidget *parent);
     ~TrashSettingsPage() override;
 
     /** @see SettingsPageBase::applySettings() */
@@ -29,7 +29,7 @@ public:
 
 private:
     void loadSettings();
-    KCModuleProxy *m_proxy;
+    KCModule *m_kcm;
 };
 
 #endif