mirror of https://github.com/KDE/kasts.git
use other header
This commit is contained in:
parent
708a873880
commit
76aaf32fe3
|
@ -22,8 +22,6 @@
|
||||||
#include <QSqlQuery>
|
#include <QSqlQuery>
|
||||||
#include <QVector>
|
#include <QVector>
|
||||||
|
|
||||||
#include <syndication.h>
|
|
||||||
|
|
||||||
#include "entryListModel.h"
|
#include "entryListModel.h"
|
||||||
#include "fetcher.h"
|
#include "fetcher.h"
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#include <QAbstractListModel>
|
#include <QAbstractListModel>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
#include <syndication.h>
|
#include <Syndication/Syndication>
|
||||||
|
|
||||||
#include "entry.h"
|
#include "entry.h"
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#include <QSqlQuery>
|
#include <QSqlQuery>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
|
|
||||||
#include <syndication.h>
|
#include <Syndication/Syndication>
|
||||||
|
|
||||||
#include "feedListModel.h"
|
#include "feedListModel.h"
|
||||||
#include "fetcher.h"
|
#include "fetcher.h"
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#include <QSqlDatabase>
|
#include <QSqlDatabase>
|
||||||
#include <QSqlQuery>
|
#include <QSqlQuery>
|
||||||
|
|
||||||
#include <syndication.h>
|
#include <Syndication/Syndication>
|
||||||
|
|
||||||
#include "fetcher.h"
|
#include "fetcher.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue