aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/easingcurveeditor/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/easingcurveeditor/mainwindow.cpp b/tools/easingcurveeditor/mainwindow.cpp
index 546ecee83f..7f7b2d96af 100644
--- a/tools/easingcurveeditor/mainwindow.cpp
+++ b/tools/easingcurveeditor/mainwindow.cpp
@@ -105,7 +105,7 @@ MainWindow::MainWindow(QWidget *parent) :
void MainWindow::showQuickView()
{
const int margin = 16;
- quickView.setPos(pos() + QPoint(0, frameGeometry().height() + margin));
+ quickView.setPosition(pos() + QPoint(0, frameGeometry().height() + margin));
quickView.raise();
quickView.show();