1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02:00

Fix taglib includes

This commit is contained in:
Dominik Schmidt
2011-05-26 22:20:33 +02:00
parent e7bdc077d2
commit b0c0667bde

View File

@@ -20,8 +20,8 @@
#define MUSICSCANNER_H #define MUSICSCANNER_H
/* taglib */ /* taglib */
#include <fileref.h> #include <taglib/fileref.h>
#include <tag.h> #include <taglib/tag.h>
#include <QVariantMap> #include <QVariantMap>
#include <QDir> #include <QDir>