From 04766b207afba7961d4d802313e426f5a2fbef63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpresenter/KPrTransEffectDia.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kpresenter/KPrTransEffectDia.cpp') diff --git a/kpresenter/KPrTransEffectDia.cpp b/kpresenter/KPrTransEffectDia.cpp index 2d305841..a7fc0899 100644 --- a/kpresenter/KPrTransEffectDia.cpp +++ b/kpresenter/KPrTransEffectDia.cpp @@ -55,8 +55,8 @@ #include -KPrEffectPreview::KPrEffectPreview( TQWidget *tqparent, KPrDocument *_doc, KPrView *_view ) - : TQLabel( tqparent ), doc( _doc ), view( _view ), m_pageEffect( 0 ) +KPrEffectPreview::KPrEffectPreview( TQWidget *parent, KPrDocument *_doc, KPrView *_view ) + : TQLabel( parent ), doc( _doc ), view( _view ), m_pageEffect( 0 ) { setFrameStyle( StyledPanel | Sunken ); } @@ -142,9 +142,9 @@ void KPrEffectPreview::slotDoPageEffect() } -KPrTransEffectDia::KPrTransEffectDia( TQWidget *tqparent, const char *name, +KPrTransEffectDia::KPrTransEffectDia( TQWidget *parent, const char *name, KPrDocument *_doc, KPrView *_view ) - : KDialogBase( tqparent, name, true, "", KDialogBase::User1|Ok|Cancel ), + : KDialogBase( parent, name, true, "", KDialogBase::User1|Ok|Cancel ), doc( _doc ), view( _view ), soundPlayer( 0 ) { enableButtonSeparator( true ); -- cgit v1.2.1