From 10badd2c0e099c7611f6d23b3973e54f210bc172 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Oct 2012 15:15:19 +0300 Subject: Fix namespace conflicts. --- src/gui/widgets/itemcontainer.cpp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/gui/widgets/itemcontainer.cpp') diff --git a/src/gui/widgets/itemcontainer.cpp b/src/gui/widgets/itemcontainer.cpp index e12a15a6b..d950b28c6 100644 --- a/src/gui/widgets/itemcontainer.cpp +++ b/src/gui/widgets/itemcontainer.cpp @@ -49,9 +49,6 @@ #include "debug.h" -// TODO: Add support for adding items to the item shortcut window (global -// itemShortcut). - static const int BOX_WIDTH = 35; static const int BOX_HEIGHT = 43; @@ -156,10 +153,10 @@ class SortItemTypeFunctor final ItemContainer::ItemContainer(Inventory *const inventory, const bool forceQuantity) : - Widget(), - KeyListener(), - MouseListener(), - WidgetListener(), + gcn::Widget(), + gcn::KeyListener(), + gcn::MouseListener(), + gcn::WidgetListener(), mInventory(inventory), mGridColumns(1), mGridRows(1), -- cgit v1.2.3-60-g2f50