1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Fix warnings and potential issues caused by incorrect header guard

This commit is contained in:
Jeff Mitchell 2014-03-28 21:53:21 -04:00
parent 0f4b12f156
commit 028470aa22
2 changed files with 2 additions and 2 deletions
src
libtomahawk-playdarapi
tomahawk/dialogs

@ -18,7 +18,7 @@
*/
#ifndef PLAYDARAPIDLLMACRO_H
#define PLAYDARAPISDLLMACRO_H
#define PLAYDARAPIDLLMACRO_H
#include <QtCore/qglobal.h>

@ -16,7 +16,7 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DIGANOSTICSDIALOG_H
#ifndef DIAGNOSTICSDIALOG_H
#define DIAGNOSTICSDIALOG_H
#include "accounts/Account.h"