diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h index c4be0d7b..000f85c3 100644 --- a/src/settings.h +++ b/src/settings.h @@ -251,8 +251,8 @@ public: QColor modlistOverwritingArchive() const; void setModlistOverwritingArchive(const QColor& c); - QColor modlistContainsPlugin() const; - void setModlistContainsPlugin(const QColor& c); + QColor modlistContainsFile() const; + void setModlistContainsFile(const QColor& c); QColor pluginListContained() const; void setPluginListContained(const QColor& c); |
