summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index c9915ad22..3c256844c 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -1515,7 +1515,7 @@ void MainWindow::checkForUndoAndRedo()
void MainWindow::registerApplicationState(const QByteArray& state, QWidget *topLeft, QWidget *bottomLeft, QWidget *topRight, QWidget *bottomRight)
{
- applicationState[state] = WidgetForBorder(topLeft, bottomLeft, topRight, bottomRight);
+ applicationState[state] = WidgetForQuadrant(topLeft, bottomLeft, topRight, bottomRight);
if (ui.topLeft->indexOf(topLeft) == -1) {
ui.topLeft->addWidget(topLeft);
}