diff options
| author | Nate Graham <[email protected]> | 2020-11-20 11:32:49 -0700 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2020-11-20 11:32:49 -0700 |
| commit | f46e630ddaaf5716cd1a1ce0c389ff66dcd76f85 (patch) | |
| tree | 8d6ecfb24b8666c777e9b58027f3c55740e66eaa /src/main.cpp | |
| parent | e36de310cbdc60434dd15efbb52e18266a566a28 (diff) | |
| parent | b3c37507dc7032feed256b5e974590bd988cbac2 (diff) | |
Merge branch 'release/20.12'
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.cpp b/src/main.cpp index a4b1b1963..ef2905d77 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,7 +21,6 @@ #include <KCrash> #include <KDBusService> #include <KLocalizedString> -#include <KToolBar> #include <Kdelibs4ConfigMigrator> #include <KConfigGui> @@ -214,12 +213,6 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) } } } - Qt::ToolBarArea area = mainWindow->toolBarArea(mainWindow->toolBar()); - if (area != Qt::TopToolBarArea && area != Qt::BottomToolBarArea) { - // Migrate users with disabled tool bar positions. - // Remove this a few years from now (2020). - mainWindow->addToolBar(Qt::TopToolBarArea, mainWindow->toolBar()); - } #ifdef HAVE_KUSERFEEDBACK auto feedbackProvider = DolphinFeedbackProvider::instance(); |
