diff --git a/src/app/puzzle/vpmainwindow.cpp b/src/app/puzzle/vpmainwindow.cpp index 553764c0f..51b23b004 100644 --- a/src/app/puzzle/vpmainwindow.cpp +++ b/src/app/puzzle/vpmainwindow.cpp @@ -99,7 +99,7 @@ VPMainWindow::VPMainWindow(const VPCommandLinePtr &cmd, QWidget *parent) : m_tileFactory->refreshTileInfos(); // init the export tool - m_exporter = new VPExporter(m_layout, qApp->Settings()); + m_exporter = new VPExporter(m_layout, VPApplication::VApp()->Settings()); // init status bar statusBar()->addPermanentWidget(m_statusLabel, 1);