diff options
Diffstat (limited to 'tdeabc/address.cpp')
-rw-r--r-- | tdeabc/address.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeabc/address.cpp b/tdeabc/address.cpp index 9f47a279e..309d97ec9 100644 --- a/tdeabc/address.cpp +++ b/tdeabc/address.cpp @@ -23,7 +23,7 @@ #include <tdeapplication.h> #include <kdebug.h> #include <tdelocale.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tdestandarddirs.h> #include <kstaticdeleter.h> @@ -340,7 +340,7 @@ TQString Address::formattedAddress( const TQString &realName, // fall back to our own country ciso = TDEGlobal::locale()->country(); } - KSimpleConfig entry( locate( "locale", + TDESimpleConfig entry( locate( "locale", TQString( "l10n/" ) + ciso + TQString( "/entry.desktop" ) ) ); entry.setGroup( "KCM Locale" ); @@ -368,7 +368,7 @@ TQString Address::formattedAddress( const TQString &realName, // now add the country line if needed (formatting this time according to // the rules of our own system country ) if ( !country().isEmpty() ) { - KSimpleConfig entry( locate( "locale", TQString( "l10n/" ) + TDESimpleConfig entry( locate( "locale", TQString( "l10n/" ) + TDEGlobal::locale()->country() + TQString( "/entry.desktop" ) ) ); entry.setGroup( "KCM Locale" ); TQString cpos = entry.readEntry( "AddressCountryPosition" ); |