diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:31:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:31:44 -0600 |
commit | d70ce47c224b328c429a5f2406e5e793b009541d (patch) | |
tree | cef1f2b51b5429229c2c5fad2436b60dddbcf6cc /kitchensync/src/memberinfo.cpp | |
parent | 480ccc4ed6441c8e663dc62be689c19499d806ea (diff) | |
download | tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.tar.gz tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.zip |
Additional kde to tde renaming
Diffstat (limited to 'kitchensync/src/memberinfo.cpp')
-rw-r--r-- | kitchensync/src/memberinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/src/memberinfo.cpp b/kitchensync/src/memberinfo.cpp index d8c672d6e..35fd9272e 100644 --- a/kitchensync/src/memberinfo.cpp +++ b/kitchensync/src/memberinfo.cpp @@ -51,7 +51,7 @@ TQString MemberInfo::name() const if ( nameMap.isEmpty() ) { nameMap.insert( "file-sync", i18n( "File" ) ); nameMap.insert( "palm-sync", i18n( "Palm" ) ); - nameMap.insert( "kdepim-sync", i18n( "KDE PIM" ) ); + nameMap.insert( "tdepim-sync", i18n( "KDE PIM" ) ); nameMap.insert( "kio-sync", i18n( "Remote File" ) ); nameMap.insert( "irmc-sync", i18n( "Mobile Phone" ) ); nameMap.insert( "evo2-sync", i18n( "Evolution" ) ); @@ -78,7 +78,7 @@ TQString MemberInfo::pluginIconName( const TQString &pluginName ) { if ( pluginName == "file-sync" ) return "folder"; if ( pluginName == "palm-sync" ) return "pda_black"; - if ( pluginName == "kdepim-sync" ) return "kontact"; + if ( pluginName == "tdepim-sync" ) return "kontact"; if ( pluginName == "kio-sync" ) return "network"; if ( pluginName == "irmc-sync" ) return "mobile_phone"; if ( pluginName == "evo2-sync" ) return "evolution"; |