summaryrefslogtreecommitdiffstats
path: root/kmail/callback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/callback.cpp')
-rw-r--r--kmail/callback.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/callback.cpp b/kmail/callback.cpp
index 7a7a583f..9b6da633 100644
--- a/kmail/callback.cpp
+++ b/kmail/callback.cpp
@@ -139,7 +139,7 @@ bool Callback::mailICal( const TQString& to, const TQString &iCal,
// Outlook will only understand the reply if the From: header is the
// same as the To: header of the invitation message.
- KConfigGroup options( KMKernel::config(), "Groupware" );
+ TDEConfigGroup options( KMKernel::config(), "Groupware" );
if( !options.readBoolEntry( "LegacyMangleFromToHeaders", true ) ) {
if( identity != KPIM::Identity::null() ) {
msg->setFrom( identity.fullEmailAddr() );