diff options
Diffstat (limited to 'src/plugins/General/scrobbler/scrobblerhandler.cpp')
| -rw-r--r-- | src/plugins/General/scrobbler/scrobblerhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/scrobbler/scrobblerhandler.cpp b/src/plugins/General/scrobbler/scrobblerhandler.cpp index 6248578e3..be280b19f 100644 --- a/src/plugins/General/scrobbler/scrobblerhandler.cpp +++ b/src/plugins/General/scrobbler/scrobblerhandler.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009 by Ilya Kotov * + * Copyright (C) 2009-2011 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -26,7 +26,7 @@ #include "scrobbler2.h" #include "scrobblerhandler.h" -ScrobblerHandler::ScrobblerHandler(QObject *parent) : General(parent) +ScrobblerHandler::ScrobblerHandler(QObject *parent) : QObject(parent) { QSettings settings(Qmmp::configFile(), QSettings::IniFormat); settings.beginGroup("Scrobbler"); |
