summaryrefslogtreecommitdiff
path: root/src/nexusdialog.h
diff options
context:
space:
mode:
authorTannin <Tannin@Miranda>2013-02-17 09:26:29 +0100
committerTannin <Tannin@Miranda>2013-02-17 09:26:29 +0100
commit6516a6b7c19713de28db7142612f1c095e541317 (patch)
tree06829bf7f82e1251a9e3db27185b7df90833bbc8 /src/nexusdialog.h
parent5d1154c24e2475ed2b7ac248de27ab7b501a1e5e (diff)
- moved shared and uibase libraries to namespaces
- bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
Diffstat (limited to 'src/nexusdialog.h')
-rw-r--r--src/nexusdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nexusdialog.h b/src/nexusdialog.h
index fbe99f3d..d7e8ff50 100644
--- a/src/nexusdialog.h
+++ b/src/nexusdialog.h
@@ -146,7 +146,7 @@ private:
Ui::NexusDialog *ui;
- TutorialControl m_Tutorial;
+ MOBase::TutorialControl m_Tutorial;
QString m_Url;
QRegExp m_ModUrlExp;