diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | cdbd0571baaf836a247dd997a6c4ca3755506297 (patch) | |
tree | 866e171f53893a3bb109d25b954882a2a65d34c4 /src/kmplayerview.h | |
parent | 63c4fb318b4b6c0c22fce659f0029e4b21112c86 (diff) | |
download | kmplayer-cdbd0571baaf836a247dd997a6c4ca3755506297.tar.gz kmplayer-cdbd0571baaf836a247dd997a6c4ca3755506297.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmplayer@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kmplayerview.h')
-rw-r--r-- | src/kmplayerview.h | 8 |
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; |