aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/optionspage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/optionspage.cpp')
-rw-r--r--plugins/haskell/optionspage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/optionspage.cpp b/plugins/haskell/optionspage.cpp
index cba0517..63d1594 100644
--- a/plugins/haskell/optionspage.cpp
+++ b/plugins/haskell/optionspage.cpp
@@ -62,7 +62,7 @@ QWidget *OptionsPage::widget()
m_stackPath = new PathChooser();
m_stackPath->setExpectedKind(PathChooser::ExistingCommand);
m_stackPath->setPromptDialogTitle(tr("Choose Stack Executable"));
- m_stackPath->setFileName(HaskellManager::stackExecutable());
+ m_stackPath->setFilePath(HaskellManager::stackExecutable());
m_stackPath->setCommandVersionArguments({"--version"});
boxLayout->addWidget(m_stackPath);
}