summaryrefslogtreecommitdiff
path: root/src/gui/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/help.h')
-rw-r--r--src/gui/help.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/help.h b/src/gui/help.h
index 17821765..6c6bec13 100644
--- a/src/gui/help.h
+++ b/src/gui/help.h
@@ -24,7 +24,6 @@
#ifndef _TMW_HELP_H
#define _TMW_HELP_H
-#include <guichan.hpp>
#include "window.h"
#include "scrollarea.h"
#include "button.h"
@@ -64,13 +63,13 @@ class HelpWindow : public Window, public gcn::ActionListener
/**
* Load help in the dialog.
*/
- void loadHelp(std::string& helpFile);
+ void loadHelp(std::string helpFile);
private:
std::vector<HELP_LINK> links;
gcn::Button *okButton;
gcn::TextBox *textBox;
- gcn::ScrollArea *scrollArea;
+ ScrollArea *scrollArea;
};
#endif