Commit 613ec731 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: EPGItem doesn't need QObject inheritage

parent 360fe5b2
...@@ -53,7 +53,6 @@ nodist_SOURCES_qt4 = \ ...@@ -53,7 +53,6 @@ nodist_SOURCES_qt4 = \
components/interface_widgets.moc.cpp \ components/interface_widgets.moc.cpp \
components/controller.moc.cpp \ components/controller.moc.cpp \
components/controller_widget.moc.cpp \ components/controller_widget.moc.cpp \
components/epg/EPGItem.moc.cpp \
components/epg/EPGRuler.moc.cpp \ components/epg/EPGRuler.moc.cpp \
components/epg/EPGView.moc.cpp \ components/epg/EPGView.moc.cpp \
components/epg/EPGWidget.moc.cpp \ components/epg/EPGWidget.moc.cpp \
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#ifndef EPGITEM_H #ifndef EPGITEM_H
#define EPGITEM_H #define EPGITEM_H
#include <QObject>
#include <QGraphicsItem> #include <QGraphicsItem>
class QPainter; class QPainter;
...@@ -33,7 +32,7 @@ class QDateTime; ...@@ -33,7 +32,7 @@ class QDateTime;
class EPGView; class EPGView;
class EPGItem : public QObject, public QGraphicsItem class EPGItem : public QGraphicsItem
{ {
public: public:
EPGItem( EPGView *view ); EPGItem( EPGView *view );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment