#include "settings/settingspagebase.h"
-class KCModuleProxy;
+class KCModule;
/**
* @brief Tab page for the 'Trash' settings of the Dolphin settings dialog, it uses the KCM.
Q_OBJECT
public:
- explicit TrashSettingsPage(QWidget* parent);
+ explicit TrashSettingsPage(QWidget *parent);
~TrashSettingsPage() override;
/** @see SettingsPageBase::applySettings() */
private:
void loadSettings();
- KCModuleProxy *m_proxy;
+ KCModule *m_kcm;
};
#endif