aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_qt4.cpp')
-rw-r--r--src/jalv_qt4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_qt4.cpp b/src/jalv_qt4.cpp
index 3aa7e88..4798b45 100644
--- a/src/jalv_qt4.cpp
+++ b/src/jalv_qt4.cpp
@@ -87,7 +87,7 @@ jalv_open_ui(Jalv* jalv,
app->connect(app, SIGNAL(lastWindowClosed()), app, SLOT(quit()));
Timer* timer = new Timer(jalv);
- timer->start(1000 / JALV_UI_UPDATE_HZ);
+ timer->start(1000 / jalv->ui_update_hz);
int ret = app->exec();
zix_sem_post(jalv->done);