summaryrefslogtreecommitdiff
path: root/src/savegameinfowidgetgamebryo.cpp
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-12-14 22:25:57 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-12-14 22:25:57 +0000
commit967c2ae653b54bfc61c3854294f7b1cbff76809b (patch)
tree748ec42040567af4b5c65e67d702736efae9f9b9 /src/savegameinfowidgetgamebryo.cpp
parentba176e5e9b639ac0770192987833a3b40e71409a (diff)
Removes the SaveGame class from mainwindow. Using include what you use to add/remove #includes
Diffstat (limited to 'src/savegameinfowidgetgamebryo.cpp')
-rw-r--r--src/savegameinfowidgetgamebryo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/savegameinfowidgetgamebryo.cpp b/src/savegameinfowidgetgamebryo.cpp
index c97e5810..d92025c2 100644
--- a/src/savegameinfowidgetgamebryo.cpp
+++ b/src/savegameinfowidgetgamebryo.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "savegamegamebyro.h"
+#include "savegamegamebryo.h"
#include "savegameinfowidgetgamebryo.h"
#include <QLabel>
#include <QVBoxLayout>