]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/selectionmode/bottombar.h
DolphinMainWindowTest: Add unit test for autosave session feature
[dolphin.git] / src / selectionmode / bottombar.h
index 8d33e5ac172f814f2a613dacd4cec6bd5062cd7b..fd6eaebd9efd28c5878afc70872b81d8160cc309 100644 (file)
@@ -1,6 +1,6 @@
 /*
     This file is part of the KDE project
-    SPDX-FileCopyrightText: 2022 Felix Ernst <felixernst@zohomail.eu>
+    SPDX-FileCopyrightText: 2022 Felix Ernst <felixernst@kde.org>
 
     SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
 */
@@ -17,7 +17,6 @@
 
 class KActionCollection;
 class KFileItemList;
-class QAction;
 class QPushButton;
 class QResizeEvent;
 class QScrollArea;
@@ -25,7 +24,7 @@ class QUrl;
 
 namespace SelectionMode
 {
-    class BottomBarContentsContainer;
+class BottomBarContentsContainer;
 
 /**
  * @brief A bar used in selection mode that serves various purposes depending on what the user is currently trying to do.