summaryrefslogtreecommitdiffstats
path: root/noatun/library/noatun/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/noatun/video.h')
-rw-r--r--noatun/library/noatun/video.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/noatun/library/noatun/video.h b/noatun/library/noatun/video.h
index 3655c489..e6fde310 100644
--- a/noatun/library/noatun/video.h
+++ b/noatun/library/noatun/video.h
@@ -15,12 +15,12 @@ Q_OBJECT
struct Private;
VideoFrame::Private *d;
- static QPtrList<VideoFrame> frames;
+ static TQPtrList<VideoFrame> frames;
static VideoFrame *whose;
public:
- VideoFrame(KXMLGUIClient *clientParent, QWidget *parent=0, const char *name=0, WFlags f=0);
- VideoFrame(QWidget *parent = 0, const char *name=0, WFlags f=0);
+ VideoFrame(KXMLGUIClient *clientParent, TQWidget *parent=0, const char *name=0, WFlags f=0);
+ VideoFrame(TQWidget *parent = 0, const char *name=0, WFlags f=0);
~VideoFrame();
/**
@@ -28,8 +28,8 @@ public:
**/
static VideoFrame *playing();
- QPopupMenu *popupMenu(QWidget *parent);
- QPopupMenu *popupMenu() { return popupMenu(this); }
+ TQPopupMenu *popupMenu(TQWidget *parent);
+ TQPopupMenu *popupMenu() { return popupMenu(this); }
public slots:
/**