X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/3df68fb667a9d0df0bfe53ff762c88b9fcde28f6..f65b0899c3666561cafac14f67ab0bb8a5bfa00a:/src/panels/information/phononwidget.h diff --git a/src/panels/information/phononwidget.h b/src/panels/information/phononwidget.h index 961443d2e..5510b0544 100644 --- a/src/panels/information/phononwidget.h +++ b/src/panels/information/phononwidget.h @@ -1,21 +1,7 @@ -/* This file is part of the KDE project - Copyright (C) 2007 Matthias Kretz - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of - the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. +/* + SPDX-FileCopyrightText: 2007 Matthias Kretz + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PHONONWIDGET_H @@ -62,7 +48,7 @@ class PhononWidget : public QWidget void setAutoPlay(bool autoPlay); bool eventFilter(QObject *object, QEvent *event) override; - signals: + Q_SIGNALS: /** * Is emitted whenever the video-state * has changed: If true is returned, a video @@ -73,14 +59,14 @@ class PhononWidget : public QWidget */ void hasVideoChanged(bool hasVideo); - public slots: + public Q_SLOTS: void play(); protected: void showEvent(QShowEvent *event) override; void hideEvent(QHideEvent *event) override; - private slots: + private Q_SLOTS: void stateChanged(Phonon::State newstate); void stop(); void finished();