X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/78cffd2979a6ed87e044fcb024cf4fdfc5c7cb3d..041a3a4a346309b0aec50df41abe7b332804b81a:/src/selectionmode/topbar.h diff --git a/src/selectionmode/topbar.h b/src/selectionmode/topbar.h index 10a65cba0..028fc4985 100644 --- a/src/selectionmode/topbar.h +++ b/src/selectionmode/topbar.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project - SPDX-FileCopyrightText: 2022 Felix Ernst + SPDX-FileCopyrightText: 2022 Felix Ernst SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL */ @@ -12,7 +12,6 @@ #include #include -#include #include class QHideEvent; @@ -42,7 +41,7 @@ public: void setVisible(bool visible, Animated animated); Q_SIGNALS: - void leaveSelectionModeRequested(); + void selectionModeLeavingRequested(); protected: /** Calls updateLabelString() */