aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-10 10:31:05 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-10 10:45:47 -0800
commitca154a65da7dd81006df36df2d70176f0eeeeaed (patch)
tree5bebeb27a605f29cfcf5cd63671b2fb386d66b52 /qt-ui/mainwindow.cpp
parent4817bb29917f58fd46561de4d8946061a0ff97ac (diff)
downloadsubsurface-ca154a65da7dd81006df36df2d70176f0eeeeaed.tar.gz
Rename the widget to better reflect what it does
This widget defines what's in each quadrant of the main window. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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);
}