summaryrefslogtreecommitdiff
path: root/src/gui/buddywindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/buddywindow.h')
-rw-r--r--src/gui/buddywindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/buddywindow.h b/src/gui/buddywindow.h
index a884ba6f..a4221700 100644
--- a/src/gui/buddywindow.h
+++ b/src/gui/buddywindow.h
@@ -27,6 +27,7 @@
#include <guichan.hpp>
#include "window.h"
#include "scrollarea.h"
+#include "button.h"
#include "../resources/buddylist.h"
/**
@@ -61,6 +62,9 @@ class BuddyWindow : public Window, public BuddyList,
private:
gcn::ListBox *listbox;
ScrollArea *scrollArea;
+ Button *talk;
+ Button *remove;
+ Button *cancel;
};
#endif /* _TMW_BUDDYWINDOW_H */