From bbd44ef322cb26ed326250300e240df6fc19b545 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 30 Dec 2004 13:11:32 +0000 Subject: Subclassed ListBox and TextBox for a little better visual appearance. --- src/gui/npc.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/npc.cpp') diff --git a/src/gui/npc.cpp b/src/gui/npc.cpp index 80d55c73..95180356 100644 --- a/src/gui/npc.cpp +++ b/src/gui/npc.cpp @@ -24,12 +24,13 @@ #include "npc.h" #include "button.h" #include "scrollarea.h" +#include "listbox.h" #include "../game.h" NpcListDialog::NpcListDialog(gcn::Container *parent): Window(parent, "NPC") { - itemList = new gcn::ListBox(this); + itemList = new ListBox(this); scrollArea = new ScrollArea(itemList); okButton = new Button("OK"); cancelButton = new Button("Cancel"); -- cgit v1.2.3-70-g09d2