summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-05-13 21:38:48 +0300
committerAndrei Karas <akaras@inbox.ru>2012-05-13 21:38:48 +0300
commit9cae83ad91a9d45fccc617eb9756ea83a5831e65 (patch)
treea1a165b3bea370fd4207fd48fa6b60b55cacf129 /src/gui/itempopup.h
parent12e311bd5261078e02bffe63e125f89ae1a57209 (diff)
downloadplus-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.gz
plus-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.bz2
plus-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.xz
plus-9cae83ad91a9d45fccc617eb9756ea83a5831e65.zip
Remove guichanfwd.h.
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r--src/gui/itempopup.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h
index 89f6355fe..e6cda2eae 100644
--- a/src/gui/itempopup.h
+++ b/src/gui/itempopup.h
@@ -33,6 +33,14 @@
class Icon;
class TextBox;
+namespace gcn
+{
+ class Button;
+ class CheckBox;
+ class Label;
+ class ScrollArea;
+}
+
/**
* A popup that displays information about an item.
*/