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/KPrDocument.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kpresenter/KPrDocument.cpp') diff --git a/kpresenter/KPrDocument.cpp b/kpresenter/KPrDocument.cpp index 1a884752..7a880406 100644 --- a/kpresenter/KPrDocument.cpp +++ b/kpresenter/KPrDocument.cpp @@ -136,9 +136,9 @@ KoDocument *KPrChild::hitTest( const TQPoint &, const TQWMatrix & ) return 0; } -KPrDocument::KPrDocument( TQWidget *parentWidget, const char *widgetName, TQObject* tqparent, const char* name, +KPrDocument::KPrDocument( TQWidget *parentWidget, const char *widgetName, TQObject* parent, const char* name, bool singleViewMode ) - : KoDocument( parentWidget,widgetName, tqparent, name, singleViewMode ), + : KoDocument( parentWidget,widgetName, parent, name, singleViewMode ), _gradientCollection(), m_customListTest( 0L ), m_childCountBeforeInsert( 0 ) { @@ -3837,12 +3837,12 @@ void KPrDocument::makeUsedSoundFileList() } } -KoView* KPrDocument::createViewInstance( TQWidget* tqparent, const char* name ) +KoView* KPrDocument::createViewInstance( TQWidget* parent, const char* name ) { //the page numbers have to be recalced for the sticky objects //as it could not be done during the constructor of KPrView recalcPageNum(); - return new KPrView( this, tqparent, name ); + return new KPrView( this, parent, name ); } void KPrDocument::paintContent( TQPainter& painter, const TQRect& rect, -- cgit v1.2.1