summaryrefslogtreecommitdiff
path: root/src/mainwindow.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/mainwindow.h
parent5f5184ebfe9a6b7102654863cbb390a610ab1563 (diff)
Managed to remove SaveGame and SaveGameGamebryo classes from organizer
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a8c3ec0e..07f24540 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -39,12 +39,13 @@ class LockedDialog;
class OrganizerCore;
#include "plugincontainer.h" //class PluginContainer;
class PluginListSortProxy;
-#include "savegamegamebryo.h" //class SaveGameGamebryo;
class SaveGameInfoWidget;
namespace BSA { class Archive; }
#include "iplugingame.h" //namespace MOBase { class IPluginGame; }
namespace MOBase { class IPluginModPage; }
namespace MOBase { class IPluginTool; }
+namespace MOBase { class ISaveGame; }
+
namespace MOShared { class DirectoryEntry; }
#include <QByteArray>
@@ -255,10 +256,9 @@ private:
void setCategoryListVisible(bool visible);
- SaveGameGamebryo *getSaveGame(const QString &name);
- SaveGameGamebryo *getSaveGame(QListWidgetItem *item);
+ MOBase::ISaveGame const *getSaveGame(QListWidgetItem *item);
- void displaySaveGameInfo(const SaveGameGamebryo *save, QPoint pos);
+ void displaySaveGameInfo(MOBase::ISaveGame const *save, QPoint pos);
HANDLE nextChildProcess();