diff options
Diffstat (limited to 'pokemodr/StoreUI.h')
-rw-r--r-- | pokemodr/StoreUI.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pokemodr/StoreUI.h b/pokemodr/StoreUI.h index bb324712..bb11f5a5 100644 --- a/pokemodr/StoreUI.h +++ b/pokemodr/StoreUI.h @@ -24,9 +24,13 @@ #define __POKEMODR_STOREUI__ #include <ktoolbar.h> + #include <QString> -#include "../pokemod/Store.h" + +#include <Store.h> + #include "ObjectUI.h" + #include "ui_store.h" class StoreUI : public ObjectUI, private Ui::formStore |