summaryrefslogtreecommitdiffstats
path: root/src/engine/sidechain/engineshoutcast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/sidechain/engineshoutcast.cpp')
-rw-r--r--src/engine/sidechain/engineshoutcast.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/engine/sidechain/engineshoutcast.cpp b/src/engine/sidechain/engineshoutcast.cpp
index 0b37f615f7..c68c245add 100644
--- a/src/engine/sidechain/engineshoutcast.cpp
+++ b/src/engine/sidechain/engineshoutcast.cpp
@@ -15,7 +15,7 @@
* *
***************************************************************************/
-#include <QDebug>
+#include <QtDebug>
#include <signal.h>
@@ -598,12 +598,12 @@ void EngineShoutcast::updateMetaData() {
QString title = m_pMetaData->getTitle();
// shoutcast uses only "song" as field for "artist - title".
- // icecast2 supports separate fields for "artist" and "title",
+ // icecast2 supports separate fields for "artist" and "title",
// which will get displayed accordingly if the streamingformat and
// player supports it. ("song" is treated as an alias for "title")
- //
- // Note (EinWesen):
- // Currently that seems to be OGG only, although it is no problem
+ //
+ // Note (EinWesen):
+ // Currently that seems to be OGG only, although it is no problem
// setting both fields for MP3, tested players do not show anything different.
// Also I do not know about icecast1. To be safe, i stick to the
// old way for those use cases.