diff options
Diffstat (limited to 'src/savegameinfowidgetgamebryo.h')
| -rw-r--r-- | src/savegameinfowidgetgamebryo.h | 8 |
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:
|
