X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fregionsview.h;h=75c0fbfcf32b724368f46c82c419a47cb53b991c;hb=refs%2Ftags%2Fupstream%2F2.9;hp=82cc7a22c52f23256eb54e79e7c366309855dde8;hpb=994e6e5e95196b0e36c680b1fd496f12d71739c9;p=minitube diff --git a/src/regionsview.h b/src/regionsview.h index 82cc7a2..75c0fbf 100644 --- a/src/regionsview.h +++ b/src/regionsview.h @@ -21,10 +21,8 @@ $END_LICENSE */ #ifndef REGIONSVIEW_H #define REGIONSVIEW_H -#include -#if QT_VERSION >= 0x050000 #include -#endif + #include "view.h" struct YTRegion; @@ -37,6 +35,9 @@ public: RegionsView(QWidget *parent = 0); void appear(); +protected: + void paintEvent(QPaintEvent *e); + signals: void regionChanged();