diff options
Diffstat (limited to 'noatun/library/globalvideo.h')
-rw-r--r-- | noatun/library/globalvideo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/library/globalvideo.h b/noatun/library/globalvideo.h index e0f28cb0..c070ab30 100644 --- a/noatun/library/globalvideo.h +++ b/noatun/library/globalvideo.h @@ -7,7 +7,7 @@ class GlobalVideo : public QWidget { Q_OBJECT - QPopupMenu *menu; + TQPopupMenu *menu; VideoFrame *video; public: @@ -19,7 +19,7 @@ public slots: void slotAdaptSize(int w, int h); protected: - void mouseReleaseEvent(QMouseEvent *e); + void mouseReleaseEvent(TQMouseEvent *e); }; |