]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/phononwidget.h
Build with QT_NO_KEYWORDS
[dolphin.git] / src / panels / information / phononwidget.h
index 961443d2efa31775951259c557bef7034f71c596..5510b05442adc0c5bf6c32177c691fe51979d87d 100644 (file)
@@ -1,21 +1,7 @@
-/*  This file is part of the KDE project
-    Copyright (C) 2007 Matthias Kretz <kretz@kde.org>
-
-    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 <kretz@kde.org>
 
+  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();