]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/selectionmode/topbar.h
DolphinMainWindowTest: Add unit test for autosave session feature
[dolphin.git] / src / selectionmode / topbar.h
index 10a65cba07bd92bdb1fccfc7a534ecb36a020ffe..028fc49855baae6d924f6e5d23c476dd4fa9ba88 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
 */
@@ -12,7 +12,6 @@
 
 #include <QPointer>
 #include <QPropertyAnimation>
-#include <QStyle>
 #include <QWidget>
 
 class QHideEvent;
@@ -42,7 +41,7 @@ public:
     void setVisible(bool visible, Animated animated);
 
 Q_SIGNALS:
-    void leaveSelectionModeRequested();
+    void selectionModeLeavingRequested();
 
 protected:
     /** Calls updateLabelString() */