diff options
Diffstat (limited to 'lib/kofficecore/KoDocumentInfoDlg.cpp')
-rw-r--r-- | lib/kofficecore/KoDocumentInfoDlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoDocumentInfoDlg.cpp b/lib/kofficecore/KoDocumentInfoDlg.cpp index 7918fab2..7e67c148 100644 --- a/lib/kofficecore/KoDocumentInfoDlg.cpp +++ b/lib/kofficecore/KoDocumentInfoDlg.cpp @@ -346,8 +346,8 @@ void KoDocumentInfoDlg::save( KoDocumentInfoAuthor *authorInfo ) authorInfo->setStreet( d->m_authorWidget->leStreet->text() ); authorInfo->setPosition( d->m_authorWidget->leAuthorPosition->text() ); - KConfig* config = KoGlobal::kofficeConfig(); - KConfigGroupSaver cgs( config, "Author" ); + TDEConfig* config = KoGlobal::kofficeConfig(); + TDEConfigGroupSaver cgs( config, "Author" ); config->writeEntry("telephone", d->m_authorWidget->leTelephoneHome->text()); config->writeEntry("telephone-work", d->m_authorWidget->leTelephoneWork->text()); config->writeEntry("fax", d->m_authorWidget->leFax->text()); |