1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

* Fixed compiling Hatchet plugin with Qt4.

This commit is contained in:
Christian Muehlhaeuser
2013-09-03 00:44:16 +02:00
parent 61f208b0ec
commit 73baea7690
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@
#include <QHostInfo> #include <QHostInfo>
#include "HatchetAccountConfig.h" #include "HatchetAccountConfig.h"
#include "TomahawkPlugin.h"
#include "utils/Closure.h" #include "utils/Closure.h"
#include "utils/Logger.h" #include "utils/Logger.h"
#include "sip/HatchetSip.h" #include "sip/HatchetSip.h"

View File

@@ -19,7 +19,7 @@
#ifndef HATCHET_ACCOUNT_H #ifndef HATCHET_ACCOUNT_H
#define HATCHET_ACCOUNT_H #define HATCHET_ACCOUNT_H
#include "TomahawkPlugin.h"
#include <accounts/Account.h> #include <accounts/Account.h>
#include <accounts/AccountDllMacro.h> #include <accounts/AccountDllMacro.h>