diff options
Diffstat (limited to 'src/gui/windows/textdialog.h')
-rw-r--r-- | src/gui/windows/textdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/textdialog.h b/src/gui/windows/textdialog.h index d82b15085..8e69e8a3d 100644 --- a/src/gui/windows/textdialog.h +++ b/src/gui/windows/textdialog.h @@ -59,7 +59,7 @@ public: /** * Called when receiving actions from the widgets. */ - void action(const gcn::ActionEvent &event) override final; + void action(const ActionEvent &event) override final; /** * Get the text in the textfield |