┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/phononwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/panels/information/phononwidget.h')
-rw-r--r--src/panels/information/phononwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/panels/information/phononwidget.h b/src/panels/information/phononwidget.h
index b21b0cdc7..5510b0544 100644
--- a/src/panels/information/phononwidget.h
+++ b/src/panels/information/phononwidget.h
@@ -48,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
@@ -59,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();