diff --git a/inc/lektor/internal/config.def b/inc/lektor/internal/config.def
index b03d7a23b146fab1ab6847c2f8f85cd27bac4836..d26bce7781428ee525a98b50327fdfca3cfd9067 100644
--- a/inc/lektor/internal/config.def
+++ b/inc/lektor/internal/config.def
@@ -69,7 +69,7 @@ section("player")
 comment("The player module, so that people can 'sing' when using lektor.")
 comment("By default it's sdl, but one can create any module, for audio support")
 comment("only for example.")
-value("module",         "sdl2")
+value("module",         "qt")
 value("autoclear",      "true")
 value("def_random",     "false")
 value("def_consume",    "false")
diff --git a/src/main/server.c b/src/main/server.c
index 6891835cf9e47baf4fed174e07b51325dbdbe7b0..480473a71934b8b9e7b22789907046576f48310e 100644
--- a/src/main/server.c
+++ b/src/main/server.c
@@ -40,7 +40,7 @@ main(int argc, char *argv[])
 #if defined(LKT_STATIC_MODULE)
     REG_REGISTER("repo", repo_reg)
     REG_REGISTER("sdl2", sdl2_reg)
-    REG_REGISTER("qt_window", qt_window_reg)
+    REG_REGISTER("qt", qt_window_reg)
 #endif
     REG_END()