1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Unprefix Qt includes

This commit is contained in:
Uwe L. Korn 2013-06-15 15:52:14 +02:00
parent bd84125c85
commit 7b654bdd24

View File

@ -21,9 +21,9 @@
#ifndef SOURCE_H
#define SOURCE_H
#include <QtCore/QObject>
#include <QtCore/QSharedPointer>
#include <QtCore/QVariantMap>
#include <QObject>
#include <QSharedPointer>
#include <QVariantMap>
#include "Typedefs.h"
#include "accounts/AccountManager.h"