summaryrefslogtreecommitdiffstats
path: root/libtdepim/kpimprefs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/kpimprefs.cpp')
-rw-r--r--libtdepim/kpimprefs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/kpimprefs.cpp b/libtdepim/kpimprefs.cpp
index 478ed704..9ae04cfa 100644
--- a/libtdepim/kpimprefs.cpp
+++ b/libtdepim/kpimprefs.cpp
@@ -36,7 +36,7 @@
#include "kpimprefs.h"
KPimPrefs::KPimPrefs( const TQString &name )
- : KConfigSkeleton( name )
+ : TDEConfigSkeleton( name )
{
}
@@ -64,7 +64,7 @@ const TQString KPimPrefs::timezone()
TQString zone = "";
// Read TimeZoneId from korganizerrc.
- KConfig korgcfg( locate( "config", "korganizerrc" ) );
+ TDEConfig korgcfg( locate( "config", "korganizerrc" ) );
korgcfg.setGroup( "Time & Date" );
TQString tz( korgcfg.readEntry( "TimeZoneId" ) );
if ( !tz.isEmpty() ) {