diff options
Diffstat (limited to 'src/gui/char_server.h')
-rw-r--r-- | src/gui/char_server.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/char_server.h b/src/gui/char_server.h index 59ba6c69..b6fd9f27 100644 --- a/src/gui/char_server.h +++ b/src/gui/char_server.h @@ -32,8 +32,6 @@ /** * The list model for the server list. - * - * \ingroup GUI */ class ServerListModel : public gcn::ListModel { public: @@ -44,7 +42,7 @@ class ServerListModel : public gcn::ListModel { /** * The server select dialog. * - * \ingroup GUI + * \ingroup Interface */ class ServerSelectDialog : public Window, public gcn::ActionListener { public: |