summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPage.cpp')
-rw-r--r--kpresenter/KPrPage.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrPage.cpp b/kpresenter/KPrPage.cpp
index df4ca0fc2..d8e65bac1 100644
--- a/kpresenter/KPrPage.cpp
+++ b/kpresenter/KPrPage.cpp
@@ -1449,7 +1449,7 @@ KPrPartObject* KPrPage::insertObject( const KoRect& _rect, KoDocumentEntry& _e )
if ( !doc )
return NULL;
- if ( !doc->showEmbedInitDialog( 0 ) ) //TODO should really have tqparent
+ if ( !doc->showEmbedInitDialog( 0 ) ) //TODO should really have parent
return NULL;
TQRect r = TQRect( (int)_rect.left(), (int)_rect.top(),
@@ -1550,11 +1550,11 @@ void KPrPage::recalcPageNum()
}
}
-void KPrPage::changePicture( const KURL & url, TQWidget *tqparent )
+void KPrPage::changePicture( const KURL & url, TQWidget *parent )
{
// filename has been chosen in KPrView with a filedialog,
// so we know it exists
- KoPicture image = m_doc->pictureCollection()->downloadPicture( url, tqparent );
+ KoPicture image = m_doc->pictureCollection()->downloadPicture( url, parent );
TQPtrListIterator<KPrObject> it( m_objectList );
for ( ; it.current() ; ++it )