summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-09-26 11:40:54 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-09-29 16:14:31 -0700
commit7337ff386bf80fe9116c117e01abbb32651fd7db (patch)
tree4566d988d9a1799284b86228b4dae6a534e1c4e7 /desktop-widgets/mainwindow.h
parent068194b2e5936915e503292f07f5c0e913e113c3 (diff)
downloadsubsurface-7337ff386bf80fe9116c117e01abbb32651fd7db.tar.gz
cleanup: rename FilterWidget2 to FilterWidget
The name "FilterWidget2" is historical and has no meaning anymore, since the current version has little to nothing to do with the "second" version of the widget. Rename the class and source files accordingly. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/mainwindow.h')
-rw-r--r--desktop-widgets/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h
index ccf6baf22..d7a8acf08 100644
--- a/desktop-widgets/mainwindow.h
+++ b/desktop-widgets/mainwindow.h
@@ -18,7 +18,7 @@
#include "ui_mainwindow.h"
#include "ui_plannerDetails.h"
#include "desktop-widgets/notificationwidget.h"
-#include "desktop-widgets/filterwidget2.h"
+#include "desktop-widgets/filterwidget.h"
#include "core/applicationstate.h"
#include "core/gpslocation.h"
#include "core/dive.h"
@@ -174,7 +174,7 @@ slots:
private:
Ui::MainWindow ui;
- FilterWidget2 filterWidget2;
+ FilterWidget filterWidget;
QAction *actionNextDive;
QAction *actionPreviousDive;
QAction *undoAction;