summaryrefslogtreecommitdiff
path: root/src/gui/buddywindow.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-06-19 21:48:49 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-06-19 21:48:49 +0000
commit5ccd40564e9524420056a1423209a3066d6db657 (patch)
tree5abbb5b9326105d19a693207171de88186c2161d /src/gui/buddywindow.h
parent9db14810dd0387f1fa63a4e3bba9b05947bd5d9f (diff)
downloadmana-client-5ccd40564e9524420056a1423209a3066d6db657.tar.gz
mana-client-5ccd40564e9524420056a1423209a3066d6db657.tar.bz2
mana-client-5ccd40564e9524420056a1423209a3066d6db657.tar.xz
mana-client-5ccd40564e9524420056a1423209a3066d6db657.zip
Mostly indenting fixes and corrected path for OpenGL font version.
Diffstat (limited to 'src/gui/buddywindow.h')
-rw-r--r--src/gui/buddywindow.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/src/gui/buddywindow.h b/src/gui/buddywindow.h
index a4221700..02f0bd77 100644
--- a/src/gui/buddywindow.h
+++ b/src/gui/buddywindow.h
@@ -26,8 +26,6 @@
#include <guichan.hpp>
#include "window.h"
-#include "scrollarea.h"
-#include "button.h"
#include "../resources/buddylist.h"
/**
@@ -50,21 +48,16 @@ class BuddyWindow : public Window, public BuddyList,
~BuddyWindow();
/**
- * Draws updated list
- */
- void draw(gcn::Graphics *graphics);
-
- /**
* Performs action.
*/
void action(const std::string &actionId);
private:
gcn::ListBox *listbox;
- ScrollArea *scrollArea;
- Button *talk;
- Button *remove;
- Button *cancel;
+ gcn::ScrollArea *scrollArea;
+ gcn::Button *talk;
+ gcn::Button *remove;
+ gcn::Button *cancel;
};
#endif /* _TMW_BUDDYWINDOW_H */