diff options
Diffstat (limited to 'libtdepim/kpimprefs.cpp')
-rw-r--r-- | libtdepim/kpimprefs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/kpimprefs.cpp b/libtdepim/kpimprefs.cpp index 478ed7047..9ae04cfaf 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() ) { |