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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun/library/noatun/video.h b/noatun/library/noatun/video.h
index 217a8640..bed8f8ac 100644
--- a/noatun/library/noatun/video.h
+++ b/noatun/library/noatun/video.h
@@ -20,8 +20,8 @@ Q_OBJECT
static VideoFrame *whose;
public:
- VideoFrame(KXMLGUIClient *clientParent, TQWidget *tqparent=0, const char *name=0, WFlags f=0);
- VideoFrame(TQWidget *tqparent = 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();
/**
@@ -29,7 +29,7 @@ public:
**/
static VideoFrame *playing();
- TQPopupMenu *popupMenu(TQWidget *tqparent);
+ TQPopupMenu *popupMenu(TQWidget *parent);
TQPopupMenu *popupMenu() { return popupMenu(this); }
public slots: