diff options
Diffstat (limited to 'src/gui/speechbubble.h')
-rw-r--r-- | src/gui/speechbubble.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/speechbubble.h b/src/gui/speechbubble.h index 9606f8f7..d2d81332 100644 --- a/src/gui/speechbubble.h +++ b/src/gui/speechbubble.h @@ -22,14 +22,16 @@ #ifndef SPEECHBUBBLE_H #define SPEECHBUBBLE_H -#include "scrollarea.h" -#include "textbox.h" #include "window.h" +class ScrollArea; +class TextBox; + class SpeechBubble : public Window { public: SpeechBubble(); + ~SpeechBubble(); void setCaption(const std::string &name, const gcn::Color &color = 0x000000); |