summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrSoundPlayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrSoundPlayer.cpp')
-rw-r--r--kpresenter/KPrSoundPlayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrSoundPlayer.cpp b/kpresenter/KPrSoundPlayer.cpp
index 5ec7610a..0dbd2d4b 100644
--- a/kpresenter/KPrSoundPlayer.cpp
+++ b/kpresenter/KPrSoundPlayer.cpp
@@ -55,8 +55,8 @@ public:
#endif
};
-KPrSoundPlayer::KPrSoundPlayer( const TQString &fileName, TQObject *tqparent, const char *name )
- : TQObject( tqparent, name )
+KPrSoundPlayer::KPrSoundPlayer( const TQString &fileName, TQObject *parent, const char *name )
+ : TQObject( parent, name )
{
d = new KPresenterSoundPlayerPrivate( fileName );