kaffeine/build-fix.diff

21 lines
547 B
Diff

--- src/dvb/dvbchannelui.h 2010-09-01 21:53:54.000000000 +0200
+++ src/dvb/dvbchannelui.h 2010-09-30 19:30:56.486249907 +0200
@@ -21,6 +21,7 @@
#ifndef DVBCHANNELUI_H
#define DVBCHANNELUI_H
+#include <QSharedDataPointer>
#include <QTreeView>
class QAbstractProxyModel;
--- src/dvb/dvbmanager.h 2010-09-01 21:53:54.000000000 +0200
+++ src/dvb/dvbmanager.h 2010-09-30 20:14:30.720168393 +0200
@@ -21,6 +21,7 @@
#ifndef DVBMANAGER_H
#define DVBMANAGER_H
+#include <QSharedDataPointer>
#include <QDate>
#include <QMap>
#include <QPair>