diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:06:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:06:07 -0500 |
commit | 284ef1c282448d811f6c32443da9d920be959018 (patch) | |
tree | e2d9fd375f60ae0208794a3b83f17e3c9934a91e /kontact | |
parent | 2d5f15c865de75f3147bd849ef81d3ed034f8104 (diff) | |
download | tdepim-284ef1c282448d811f6c32443da9d920be959018.tar.gz tdepim-284ef1c282448d811f6c32443da9d920be959018.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kontact')
-rw-r--r-- | kontact/plugins/kpilot/kpilot_plugin.cpp | 2 | ||||
-rw-r--r-- | kontact/plugins/summary/kcmkontactsummary.cpp | 2 | ||||
-rw-r--r-- | kontact/src/kcmkontact.cpp | 2 | ||||
-rw-r--r-- | kontact/src/main.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kontact/plugins/kpilot/kpilot_plugin.cpp b/kontact/plugins/kpilot/kpilot_plugin.cpp index c4044b4b1..7993b0a23 100644 --- a/kontact/plugins/kpilot/kpilot_plugin.cpp +++ b/kontact/plugins/kpilot/kpilot_plugin.cpp @@ -53,7 +53,7 @@ const KAboutData *KPilotPlugin::aboutData() if ( !mAboutData ) { mAboutData = new KAboutData("kpilotplugin", I18N_NOOP("KPilot Information"), KPILOT_VERSION, - I18N_NOOP("KPilot - HotSync software for KDE\n\n"), + I18N_NOOP("KPilot - HotSync software for TDE\n\n"), KAboutData::License_GPL, "(c) 2004 Reinhold Kainhofer"); mAboutData->addAuthor("Reinhold Kainhofer", I18N_NOOP("Plugin Developer"), "reinhold@kainhofer.com", "http://reinhold.kainhofer.com/Linux/"); diff --git a/kontact/plugins/summary/kcmkontactsummary.cpp b/kontact/plugins/summary/kcmkontactsummary.cpp index f85feda2c..767d62c7f 100644 --- a/kontact/plugins/summary/kcmkontactsummary.cpp +++ b/kontact/plugins/summary/kcmkontactsummary.cpp @@ -108,7 +108,7 @@ KCMKontactSummary::KCMKontactSummary( TQWidget *parent, const char *name ) load(); KAboutData *about = new KAboutData( I18N_NOOP( "kontactsummary" ), - I18N_NOOP( "KDE Kontact Summary" ), + I18N_NOOP( "TDE Kontact Summary" ), 0, 0, KAboutData::License_GPL, I18N_NOOP( "(c), 2004 Tobias Koenig" ) ); diff --git a/kontact/src/kcmkontact.cpp b/kontact/src/kcmkontact.cpp index 889994e9a..cd9478f0a 100644 --- a/kontact/src/kcmkontact.cpp +++ b/kontact/src/kcmkontact.cpp @@ -89,7 +89,7 @@ KcmKontact::KcmKontact( TQWidget *parent, const char *name ) const KAboutData* KcmKontact::aboutData() const { KAboutData *about = new KAboutData( I18N_NOOP( "kontactconfig" ), - I18N_NOOP( "KDE Kontact" ), + I18N_NOOP( "TDE Kontact" ), 0, 0, KAboutData::License_GPL, I18N_NOOP( "(c), 2003 Cornelius Schumacher" ) ); diff --git a/kontact/src/main.cpp b/kontact/src/main.cpp index 20c6f5456..67fe055f5 100644 --- a/kontact/src/main.cpp +++ b/kontact/src/main.cpp @@ -45,7 +45,7 @@ using namespace std; static const char description[] = - I18N_NOOP( "KDE personal information manager" ); + I18N_NOOP( "TDE personal information manager" ); static const char version[] = "1.2.9 (enterprise35 0.20100827.1168748)"; |