1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-08 07:07:05 +02: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 #ifndef SOURCE_H
#define SOURCE_H #define SOURCE_H
#include <QtCore/QObject> #include <QObject>
#include <QtCore/QSharedPointer> #include <QSharedPointer>
#include <QtCore/QVariantMap> #include <QVariantMap>
#include "Typedefs.h" #include "Typedefs.h"
#include "accounts/AccountManager.h" #include "accounts/AccountManager.h"