diff options
Diffstat (limited to 'src/gui/windows/unregisterdialog.h')
-rw-r--r-- | src/gui/windows/unregisterdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/unregisterdialog.h b/src/gui/windows/unregisterdialog.h index b384a7041..206c05413 100644 --- a/src/gui/windows/unregisterdialog.h +++ b/src/gui/windows/unregisterdialog.h @@ -57,7 +57,7 @@ class UnRegisterDialog final : public Window, /** * Called when receiving actions from the widgets. */ - void action(const gcn::ActionEvent &event) override final; + void action(const ActionEvent &event) override final; private: LoginData *mLoginData; |