summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoDocumentInfo.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit04766b207afba7961d4d802313e426f5a2fbef63 (patch)
treec888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /lib/kofficecore/KoDocumentInfo.cpp
parentb6edfe41c9395f2e20784cbf0e630af6426950a3 (diff)
downloadkoffice-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 'lib/kofficecore/KoDocumentInfo.cpp')
-rw-r--r--lib/kofficecore/KoDocumentInfo.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/kofficecore/KoDocumentInfo.cpp b/lib/kofficecore/KoDocumentInfo.cpp
index f6a3fe69a..cd4ecbafb 100644
--- a/lib/kofficecore/KoDocumentInfo.cpp
+++ b/lib/kofficecore/KoDocumentInfo.cpp
@@ -42,8 +42,8 @@
*
*****************************************/
-KoDocumentInfo::KoDocumentInfo( TQObject* tqparent, const char* name )
- : TQObject( tqparent, name )
+KoDocumentInfo::KoDocumentInfo( TQObject* parent, const char* name )
+ : TQObject( parent, name )
{
(void)new KoDocumentInfoUserMetadata( this );
(void)new KoDocumentInfoAuthor( this );
@@ -194,8 +194,8 @@ TQString KoDocumentInfo::creator() const
*
*****************************************/
-KoDocumentInfoPage::KoDocumentInfoPage( TQObject* tqparent, const char* name )
- : TQObject( tqparent, name )
+KoDocumentInfoPage::KoDocumentInfoPage( TQObject* parent, const char* name )
+ : TQObject( parent, name )
{
}
@@ -634,7 +634,7 @@ KoDocumentInfoAbout::KoDocumentInfoAbout( KoDocumentInfo* info )
void KoDocumentInfoAbout::saveParameters()
{
- KoDocument* doc = dynamic_cast< KoDocument* >( m_docInfo->tqparent() );
+ KoDocument* doc = dynamic_cast< KoDocument* >( m_docInfo->parent() );
if ( m_firstSave && doc && !doc->isAutosaving() )
m_editingCycles++;
m_modificationDate = TQDateTime::tqcurrentDateTime();