summaryrefslogtreecommitdiffstats
path: root/src/kmplayerview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kmplayerview.h')
-rw-r--r--src/kmplayerview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kmplayerview.h b/src/kmplayerview.h
index 1782086..696ad48 100644
--- a/src/kmplayerview.h
+++ b/src/kmplayerview.h
@@ -65,7 +65,7 @@ typedef KStatusBar StatusBar;
*/
class TextEdit : public TQTextEdit {
public:
- TextEdit (TQWidget * tqparent, View * view);
+ TextEdit (TQWidget * parent, View * view);
protected:
void contextMenuEvent (TQContextMenuEvent * e);
private:
@@ -77,7 +77,7 @@ private:
*/
class InfoWindow : public TQTextEdit {
public:
- InfoWindow (TQWidget * tqparent, View * view);
+ InfoWindow (TQWidget * parent, View * view);
KDE_NO_EXPORT View * view () const { return m_view; }
protected:
void contextMenuEvent (TQContextMenuEvent * e);
@@ -102,7 +102,7 @@ public:
WT_Video, WT_Console, WT_Picture, WT_Last
};
- View (TQWidget *tqparent, const char *);
+ View (TQWidget *parent, const char *);
~View();
void addText (const TQString &, bool eol=false);
@@ -212,7 +212,7 @@ class KMPLAYER_EXPORT Viewer : public QXEmbed {
Q_OBJECT
TQ_OBJECT
public:
- Viewer(TQWidget *tqparent, View * view);
+ Viewer(TQWidget *parent, View * view);
~Viewer();
int heightForWidth (int w) const;