diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-15 22:01:00 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-15 22:01:00 -0700 |
commit | 600e10515e127d6393f0756cb72e5a63303557a2 (patch) | |
tree | 19afc618315e59e09355241ca2b8ae850dc89e6a /src/gui/inventorywindow.cpp | |
parent | 0a18932056e2a72f41cdd14c831344ad80cfb35b (diff) | |
download | mana-client-600e10515e127d6393f0756cb72e5a63303557a2.tar.gz mana-client-600e10515e127d6393f0756cb72e5a63303557a2.tar.bz2 mana-client-600e10515e127d6393f0756cb72e5a63303557a2.tar.xz mana-client-600e10515e127d6393f0756cb72e5a63303557a2.zip |
Integrated the ItemPopup class from Legends of Mazzeroth.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/inventorywindow.cpp')
-rw-r--r-- | src/gui/inventorywindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp index 8c5edec4..f52745bf 100644 --- a/src/gui/inventorywindow.cpp +++ b/src/gui/inventorywindow.cpp @@ -28,6 +28,7 @@ #include "inventorywindow.h" #include "item_amount.h" #include "itemcontainer.h" +#include "itempopup.h" #include "scrollarea.h" #include "viewport.h" |