1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-21 01:46:11 +01:00

Fix include guard.

This commit is contained in:
Teo Mrnjavac 2013-12-04 15:01:11 +01:00
parent 3960736743
commit 8cc2c69e9c

View File

@ -17,8 +17,8 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef ACCOUNTDLLMACRO_H
#define ACCOUNTDLLMACRO_H
#ifndef VIEWPAGEDLLMACRO_H
#define VIEWPAGEDLLMACRO_H
#include <QtCore/qglobal.h>