diff options
Diffstat (limited to 'src/gui/requesttrade.h')
-rw-r--r-- | src/gui/requesttrade.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/requesttrade.h b/src/gui/requesttrade.h index 3d6c4c22..3573cb69 100644 --- a/src/gui/requesttrade.h +++ b/src/gui/requesttrade.h @@ -43,7 +43,7 @@ class RequestTradeDialog : public Window, public gcn::ActionListener * * @see Window::Window */ - RequestTradeDialog(); + RequestTradeDialog(const char *name); /** * Destructor. @@ -51,11 +51,6 @@ class RequestTradeDialog : public Window, public gcn::ActionListener ~RequestTradeDialog(); /** - * Changes caption and brings window to the top - */ - void request(const char *name); - - /** * Called when receiving actions from the widgets. */ void action(const std::string& eventId); |