summaryrefslogtreecommitdiff
path: root/src/gui/buddywindow.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-16 15:50:42 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-16 15:50:42 +0000
commit57b3e0e1f0b835ff2982e9f66c7af402caecd3c1 (patch)
treed47849491f941ae2074840d2f44fd8fc1148af5d /src/gui/buddywindow.h
parent960257dd1744a7c735f9ece50eaef79c96c895a9 (diff)
downloadmana-client-57b3e0e1f0b835ff2982e9f66c7af402caecd3c1.tar.gz
mana-client-57b3e0e1f0b835ff2982e9f66c7af402caecd3c1.tar.bz2
mana-client-57b3e0e1f0b835ff2982e9f66c7af402caecd3c1.tar.xz
mana-client-57b3e0e1f0b835ff2982e9f66c7af402caecd3c1.zip
Formatting updates to buddy window and menu item and made testing menu item
visible.
Diffstat (limited to 'src/gui/buddywindow.h')
-rw-r--r--src/gui/buddywindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/buddywindow.h b/src/gui/buddywindow.h
index 00fb07fb..a884ba6f 100644
--- a/src/gui/buddywindow.h
+++ b/src/gui/buddywindow.h
@@ -18,6 +18,7 @@
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
+ * $Id$
*/
#ifndef _TMW_BUDDYWINDOW_H
@@ -34,7 +35,7 @@
* \ingroup Interface
*/
class BuddyWindow : public Window, public BuddyList,
- public gcn::ActionListener
+ public gcn::ActionListener
{
public:
/**
@@ -56,11 +57,10 @@ class BuddyWindow : public Window, public BuddyList,
* Performs action.
*/
void action(const std::string &actionId);
-
+
private:
- gcn::ListBox *listbox;
+ gcn::ListBox *listbox;
ScrollArea *scrollArea;
};
#endif /* _TMW_BUDDYWINDOW_H */
-