summaryrefslogtreecommitdiff
path: root/src/gui/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/inventory.h')
-rw-r--r--src/gui/inventory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/inventory.h b/src/gui/inventory.h
index d21f4ebd..a89578a3 100644
--- a/src/gui/inventory.h
+++ b/src/gui/inventory.h
@@ -50,10 +50,10 @@ struct ITEM_HOLDER { // the holder of a item
*
* \ingroup GUI
*/
-class InventoryDialog : public Window {
+class InventoryWindow : public Window {
public:
- InventoryDialog(gcn::Container *parent);
- ~InventoryDialog();
+ InventoryWindow(gcn::Container *parent);
+ ~InventoryWindow();
/**
* Draws the inventory window.