summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7d7f51cd36..8be1ab2fe5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -36,7 +36,7 @@ int runMixxx(MixxxApplication* pApp, const CmdlineArgs& args) {
int exitCode;
if (args.getQml()) {
- mixxx::skin::qml::QmlApplication qmlApplication(pApp, pCoreServices);
+ mixxx::qml::QmlApplication qmlApplication(pApp, pCoreServices);
exitCode = pApp->exec();
} else {
// This scope ensures that `MixxxMainWindow` is destroyed *before*