summaryrefslogtreecommitdiff
path: root/src/savegameinfowidgetgamebryo.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-12-20 21:08:14 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-12-20 21:08:14 +0000
commitf55a5f2b21664ccd2af1c24ef68f14f73e418b1c (patch)
tree968bfb8e726271fa6096cb4410acb53319af1d4f /src/savegameinfowidgetgamebryo.h
parent5f5184ebfe9a6b7102654863cbb390a610ab1563 (diff)
Managed to remove SaveGame and SaveGameGamebryo classes from organizer
Diffstat (limited to 'src/savegameinfowidgetgamebryo.h')
-rw-r--r--src/savegameinfowidgetgamebryo.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/savegameinfowidgetgamebryo.h b/src/savegameinfowidgetgamebryo.h
index 149a8885..db6c91df 100644
--- a/src/savegameinfowidgetgamebryo.h
+++ b/src/savegameinfowidgetgamebryo.h
@@ -22,18 +22,16 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "savegameinfowidget.h"
-#include "pluginlist.h"
-
-class SaveGame;
+class PluginList;
class SaveGameInfoWidgetGamebryo : public SaveGameInfoWidget
{
public:
- explicit SaveGameInfoWidgetGamebryo(const SaveGame *saveGame, PluginList *pluginList, QWidget *parent = 0);
+ explicit SaveGameInfoWidgetGamebryo(MOBase::ISaveGame const *saveGame, PluginList *pluginList, QWidget *parent = 0);
- virtual void setSave(const SaveGame *saveGame);
+ virtual void setSave(MOBase::ISaveGame const *saveGame);
private: