diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-20 09:31:38 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-02 03:06:58 -0400 |
| commit | af95b3b8637d28517f69a70f13b901cc7f43d121 (patch) | |
| tree | 5ff6113611c85b5aabebdf5805d7f93e67a48fb5 /src/settingsdialogpaths.h | |
| parent | 0a5ce34b1a80694fbfe6a4d6b4f032b9c11a5376 (diff) | |
renamed tab classes, clashing with mod info dialog
split nexus tab
Diffstat (limited to 'src/settingsdialogpaths.h')
| -rw-r--r-- | src/settingsdialogpaths.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settingsdialogpaths.h b/src/settingsdialogpaths.h index dac402b1..f661b624 100644 --- a/src/settingsdialogpaths.h +++ b/src/settingsdialogpaths.h @@ -4,10 +4,10 @@ #include "settings.h" #include "settingsdialog.h" -class PathsTab : public SettingsTab +class PathsSettingsTab : public SettingsTab { public: - PathsTab(Settings *parent, SettingsDialog &dialog); + PathsSettingsTab(Settings *parent, SettingsDialog &dialog); void update(); |
