diff --git a/tools/easingcurveeditor/mainwindow.cpp b/tools/easingcurveeditor/mainwindow.cpp
index 569b74ae29bcececb8f43d4ab2b596e89b38a42d..3bd5b3e88ff0fd50eb8d59fd573ebf5d0bd280e8 100644
--- a/tools/easingcurveeditor/mainwindow.cpp
+++ b/tools/easingcurveeditor/mainwindow.cpp
@@ -104,7 +104,7 @@ MainWindow::MainWindow(QWidget *parent) :
 void MainWindow::showQuickView()
 {
     const int margin = 16;
-    quickView.move(pos() + QPoint(0, frameGeometry().height() + margin));
+    quickView.setPos(pos() + QPoint(0, frameGeometry().height() + margin));
 
     quickView.raise();
     quickView.show();