From b1c6f89423cad88642095a092d35ec4b73c32f8d Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 27 Dec 2004 17:24:52 +0000 Subject: Skinned background/border of scrollarea, not the scrollbars yet. --- src/gui/buy.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/buy.cpp') diff --git a/src/gui/buy.cpp b/src/gui/buy.cpp index c2648ef3..2f2e01ef 100644 --- a/src/gui/buy.cpp +++ b/src/gui/buy.cpp @@ -24,6 +24,7 @@ #include "buy.h" #include "button.h" #include "slider.h" +#include "scrollarea.h" #include @@ -32,7 +33,7 @@ BuyDialog::BuyDialog(gcn::Container *parent): money(0) { itemList = new gcn::ListBox(this); - scrollArea = new gcn::ScrollArea(itemList); + scrollArea = new ScrollArea(itemList); slider = new Slider(1.0); quantityLabel = new gcn::Label("0"); moneyLabel = new gcn::Label("350 G"); -- cgit v1.2.3-70-g09d2