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:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user