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 | 04766b207afba7961d4d802313e426f5a2fbef63 (patch) | |
tree | c888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /kpresenter/KPrPage.cpp | |
parent | b6edfe41c9395f2e20784cbf0e630af6426950a3 (diff) | |
download | koffice-04766b207afba7961d4d802313e426f5a2fbef63.tar.gz koffice-04766b207afba7961d4d802313e426f5a2fbef63.zip |
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
Diffstat (limited to 'kpresenter/KPrPage.cpp')
-rw-r--r-- | kpresenter/KPrPage.cpp | 6 |
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 ) |