diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:10:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:10:32 -0600 |
commit | 3fe437def8063926892bddf2dcc733861308836d (patch) | |
tree | 021d66ad023a32bc8ea0074a1ab3d01316aff8b0 /lib/kofficecore/KoDocumentInfo.cpp | |
parent | 5b8ab149469c8e186ee8b05d90c0103ae722dd85 (diff) | |
download | koffice-3fe437def8063926892bddf2dcc733861308836d.tar.gz koffice-3fe437def8063926892bddf2dcc733861308836d.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'lib/kofficecore/KoDocumentInfo.cpp')
-rw-r--r-- | lib/kofficecore/KoDocumentInfo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficecore/KoDocumentInfo.cpp b/lib/kofficecore/KoDocumentInfo.cpp index 871c81fd..eafda4b5 100644 --- a/lib/kofficecore/KoDocumentInfo.cpp +++ b/lib/kofficecore/KoDocumentInfo.cpp @@ -217,9 +217,9 @@ KoDocumentInfoAuthor::~KoDocumentInfoAuthor() } void KoDocumentInfoAuthor::initParameters() { - KConfig* config = KoGlobal::kofficeConfig(); + TDEConfig* config = KoGlobal::kofficeConfig(); if ( config->hasGroup( "Author" ) ) { - KConfigGroupSaver cgs( config, "Author" ); + TDEConfigGroupSaver cgs( config, "Author" ); m_telephoneHome=config->readEntry( "telephone" ); m_telephoneWork=config->readEntry( "telephone-work" ); m_fax=config->readEntry( "fax" ); @@ -229,7 +229,7 @@ void KoDocumentInfoAuthor::initParameters() m_street=config->readEntry( "street" ); } - m_emailCfg = new KConfig( "emaildefaults", true ); + m_emailCfg = new TDEConfig( "emaildefaults", true ); m_emailCfg->setGroup( "Defaults" ); TQString group = m_emailCfg->readEntry("Profile","Default"); m_emailCfg->setGroup(TQString("PROFILE_%1").arg(group)); |