summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:44:21 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:44:21 -0500
commit4f24944314ddf35eca50330ebc4e7e995bacded7 (patch)
tree0a1fb3a696a2707abb3e0de1b691a351fef5ba01
parentdd4d06325183e7f0183584919b2b895e3bad25b0 (diff)
downloadtdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.tar.gz
tdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
-rw-r--r--kappfinder/main.cpp2
-rw-r--r--kcontrol/access/main.cpp2
-rw-r--r--kcontrol/accessibility/accessibility.cpp2
-rw-r--r--kcontrol/background/main.cpp2
-rw-r--r--kcontrol/bell/bell.cpp2
-rw-r--r--kcontrol/clock/main.cpp2
-rw-r--r--kcontrol/crypto/crypto.cpp2
-rw-r--r--kcontrol/filetypes/keditfiletype.cpp2
-rw-r--r--kcontrol/iccconfig/iccconfig.cpp2
-rw-r--r--kcontrol/info/info.cpp2
-rw-r--r--kcontrol/info/memory.cpp2
-rw-r--r--kcontrol/ioslaveinfo/kcmioslaveinfo.cpp2
-rw-r--r--kcontrol/joystick/joystick.cpp2
-rw-r--r--kcontrol/kded/kcmkded.cpp2
-rw-r--r--kcontrol/kfontinst/kcmfontinst/KCmFontInst.cpp2
-rw-r--r--kcontrol/kicker/lookandfeeltab_kcm.cpp2
-rw-r--r--kcontrol/kicker/main.cpp2
-rw-r--r--kcontrol/kio/socks.cpp2
-rw-r--r--kcontrol/kthememanager/kthememanager.cpp2
-rw-r--r--kcontrol/nics/nic.cpp2
-rw-r--r--kcontrol/randr/main.cpp2
-rw-r--r--kcontrol/samba/main.cpp2
-rw-r--r--kcontrol/screensaver/scrnsave.cpp2
-rw-r--r--kcontrol/smartcard/smartcard.cpp2
-rw-r--r--kcontrol/style/kcmstyle.cpp2
-rw-r--r--kcontrol/taskbar/kcmtaskbar.cpp2
-rw-r--r--kcontrol/tdm/main.cpp2
-rw-r--r--kcontrol/usbview/kcmusb.cpp2
-rw-r--r--kcontrol/xinerama/kcmxinerama.cpp2
-rw-r--r--kdepasswd/kdepasswd.cpp2
-rw-r--r--kdesktop/kwebdesktop/kwebdesktop.cpp2
-rw-r--r--kdesktop/kxdglauncher.cpp2
-rw-r--r--kdesktop/main.cc2
-rw-r--r--khelpcenter/htmlsearch/index.cpp2
-rw-r--r--kicker/kicker/core/main.cpp4
-rw-r--r--kioslave/trash/ktrash.cpp2
-rw-r--r--klipper/toplevel.cpp2
-rw-r--r--kmenuedit/kcontrol_main.cpp2
-rw-r--r--knetattach/main.cpp4
-rw-r--r--konqueror/client/kfmclient.cc2
-rw-r--r--konsole/konsole/main.cpp2
-rw-r--r--kscreensaver/random.cpp2
-rw-r--r--ksplashml/kcmksplash/main.cpp4
-rw-r--r--ksysguard/gui/ksysguard.cc4
-rw-r--r--kxkb/kxkb.cpp2
-rw-r--r--tdeprint/kprinter/main.cpp2
-rw-r--r--twin/main.cpp2
47 files changed, 51 insertions, 51 deletions
diff --git a/kappfinder/main.cpp b/kappfinder/main.cpp
index 35805fcfb..1642ce144 100644
--- a/kappfinder/main.cpp
+++ b/kappfinder/main.cpp
@@ -24,7 +24,7 @@
#include "toplevel.h"
-static const char description[] = I18N_NOOP( "KDE's application finder" );
+static const char description[] = I18N_NOOP( "TDE's application finder" );
static KCmdLineOptions options[] = {
{ "dir <dir>", I18N_NOOP( "Install .desktop files into directory <dir>" ), 0 },
diff --git a/kcontrol/access/main.cpp b/kcontrol/access/main.cpp
index 48c9e8423..aac6189a7 100644
--- a/kcontrol/access/main.cpp
+++ b/kcontrol/access/main.cpp
@@ -6,7 +6,7 @@
extern "C" KDE_EXPORT int kdemain(int argc, char * argv[] )
{
- KAboutData about(I18N_NOOP("kaccess"), I18N_NOOP("KDE Accessibility Tool"),
+ KAboutData about(I18N_NOOP("kaccess"), I18N_NOOP("TDE Accessibility Tool"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2000, Matthias Hoelzer-Kluepfel"));
diff --git a/kcontrol/accessibility/accessibility.cpp b/kcontrol/accessibility/accessibility.cpp
index 7cd8fa29b..eca3880ed 100644
--- a/kcontrol/accessibility/accessibility.cpp
+++ b/kcontrol/accessibility/accessibility.cpp
@@ -57,7 +57,7 @@ AccessibilityConfig::AccessibilityConfig(TQWidget *parent, const char *name, con
: AccessibilityConfigWidget( parent, name){
KAboutData *about =
- new KAboutData(I18N_NOOP("kcmaccessiblity"), I18N_NOOP("KDE Accessibility Tool"),
+ new KAboutData(I18N_NOOP("kcmaccessiblity"), I18N_NOOP("TDE Accessibility Tool"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2000, Matthias Hoelzer-Kluepfel"));
diff --git a/kcontrol/background/main.cpp b/kcontrol/background/main.cpp
index 6d22d2384..d54cb5e60 100644
--- a/kcontrol/background/main.cpp
+++ b/kcontrol/background/main.cpp
@@ -68,7 +68,7 @@ KBackground::KBackground(TQWidget *parent, const char *name, const TQStringList
connect(m_base, TQT_SIGNAL(changed(bool)), TQT_SIGNAL(changed(bool)));
KAboutData *about =
- new KAboutData(I18N_NOOP("kcmbackground"), I18N_NOOP("KDE Background Control Module"),
+ new KAboutData(I18N_NOOP("kcmbackground"), I18N_NOOP("TDE Background Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2009,2010 Timothy Pearson"));
diff --git a/kcontrol/bell/bell.cpp b/kcontrol/bell/bell.cpp
index 10d774da7..bfdfad35b 100644
--- a/kcontrol/bell/bell.cpp
+++ b/kcontrol/bell/bell.cpp
@@ -133,7 +133,7 @@ KBellConfig::KBellConfig(TQWidget *parent, const char *name):
connect(m_duration, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(changed()));
KAboutData *about =
- new KAboutData(I18N_NOOP("kcmbell"), I18N_NOOP("KDE Bell Control Module"),
+ new KAboutData(I18N_NOOP("kcmbell"), I18N_NOOP("TDE Bell Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 1997 - 2001 Christian Czezatke, Matthias Elter"));
diff --git a/kcontrol/clock/main.cpp b/kcontrol/clock/main.cpp
index 86e47e7ad..0d6c398a1 100644
--- a/kcontrol/clock/main.cpp
+++ b/kcontrol/clock/main.cpp
@@ -43,7 +43,7 @@ KclockModule::KclockModule(TQWidget *parent, const char *name, const TQStringLis
: KCModule(KlockModuleFactory::instance(), parent, name)
{
KAboutData *about =
- new KAboutData(I18N_NOOP("kcmclock"), I18N_NOOP("KDE Clock Control Module"),
+ new KAboutData(I18N_NOOP("kcmclock"), I18N_NOOP("TDE Clock Control Module"),
0, 0, KAboutData::License_GPL,
"(c) 1996 - 2001 Luca Montecchiani");
diff --git a/kcontrol/crypto/crypto.cpp b/kcontrol/crypto/crypto.cpp
index c125a7743..d8ce7e9e2 100644
--- a/kcontrol/crypto/crypto.cpp
+++ b/kcontrol/crypto/crypto.cpp
@@ -236,7 +236,7 @@ TQString whatstr;
_signers = new KSSLSigners;
KAboutData *about =
- new KAboutData(I18N_NOOP("kcmcrypto"), I18N_NOOP("KDE Crypto Control Module"),
+ new KAboutData(I18N_NOOP("kcmcrypto"), I18N_NOOP("TDE Crypto Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2000 - 2001 George Staikos"));
about->addAuthor("George Staikos", 0, "staikos@kde.org");
diff --git a/kcontrol/filetypes/keditfiletype.cpp b/kcontrol/filetypes/keditfiletype.cpp
index 8196cfd6c..0d74d9499 100644
--- a/kcontrol/filetypes/keditfiletype.cpp
+++ b/kcontrol/filetypes/keditfiletype.cpp
@@ -112,7 +112,7 @@ int main(int argc, char ** argv)
{
KLocale::setMainCatalogue("filetypes");
KAboutData aboutData( "keditfiletype", I18N_NOOP("KEditFileType"), "1.0",
- I18N_NOOP("KDE file type editor - simplified version for editing a single file type"),
+ I18N_NOOP("TDE file type editor - simplified version for editing a single file type"),
KAboutData::License_GPL,
I18N_NOOP("(c) 2000, KDE developers") );
aboutData.addAuthor("Preston Brown",0, "pbrown@kde.org");
diff --git a/kcontrol/iccconfig/iccconfig.cpp b/kcontrol/iccconfig/iccconfig.cpp
index 44b69e2ff..8f630dcdc 100644
--- a/kcontrol/iccconfig/iccconfig.cpp
+++ b/kcontrol/iccconfig/iccconfig.cpp
@@ -69,7 +69,7 @@ KICCConfig::KICCConfig(TQWidget *parent, const char *name, const TQStringList &)
systemconfig = new KSimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/kicc/kiccconfigrc" ));
KAboutData *about =
- new KAboutData(I18N_NOOP("kcmiccconfig"), I18N_NOOP("KDE ICC Profile Control Module"),
+ new KAboutData(I18N_NOOP("kcmiccconfig"), I18N_NOOP("TDE ICC Profile Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2009,2010 Timothy Pearson"));
diff --git a/kcontrol/info/info.cpp b/kcontrol/info/info.cpp
index 770b2cdf3..d29ae64f9 100644
--- a/kcontrol/info/info.cpp
+++ b/kcontrol/info/info.cpp
@@ -404,7 +404,7 @@ KInfoListWidget::KInfoListWidget(const TQString &_title, TQWidget *parent, const
{
KAboutData *about =
new KAboutData(I18N_NOOP("kcminfo"),
- I18N_NOOP("KDE Panel System Information Control Module"),
+ I18N_NOOP("TDE Panel System Information Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 1998 - 2002 Helge Deller"));
diff --git a/kcontrol/info/memory.cpp b/kcontrol/info/memory.cpp
index 7bfe52948..e7acd2856 100644
--- a/kcontrol/info/memory.cpp
+++ b/kcontrol/info/memory.cpp
@@ -93,7 +93,7 @@ KMemoryWidget::KMemoryWidget(TQWidget * parent, const char *name)
KAboutData *about =
new KAboutData(I18N_NOOP("kcminfo"),
- I18N_NOOP("KDE Panel Memory Information Control Module"),
+ I18N_NOOP("TDE Panel Memory Information Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 1998 - 2002 Helge Deller"));
diff --git a/kcontrol/ioslaveinfo/kcmioslaveinfo.cpp b/kcontrol/ioslaveinfo/kcmioslaveinfo.cpp
index e2014a1ca..935b5903b 100644
--- a/kcontrol/ioslaveinfo/kcmioslaveinfo.cpp
+++ b/kcontrol/ioslaveinfo/kcmioslaveinfo.cpp
@@ -84,7 +84,7 @@ KCMIOSlaveInfo::KCMIOSlaveInfo(TQWidget *parent, const char *name, const TQStrin
KAboutData *about =
new KAboutData(I18N_NOOP("kcmioslaveinfo"),
- I18N_NOOP("KDE Panel System Information Control Module"),
+ I18N_NOOP("TDE Panel System Information Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2001 - 2002 Alexander Neundorf"));
diff --git a/kcontrol/joystick/joystick.cpp b/kcontrol/joystick/joystick.cpp
index 65912a5a0..190e33c7b 100644
--- a/kcontrol/joystick/joystick.cpp
+++ b/kcontrol/joystick/joystick.cpp
@@ -69,7 +69,7 @@ extern "C"
joystick::joystick(TQWidget *parent, const char *name, const TQStringList &)
: KCModule(JoystickFactory::instance(), parent, name)
{
- setAboutData( new KAboutData("kcmjoystick", I18N_NOOP("KDE Joystick Control Module"), "1.0",
+ setAboutData( new KAboutData("kcmjoystick", I18N_NOOP("TDE Joystick Control Module"), "1.0",
I18N_NOOP("TDE Control Center Module to test Joysticks"),
KAboutData::License_GPL, "(c) 2004, Martin Koller",
0, "m.koller@surfeu.at"));
diff --git a/kcontrol/kded/kcmkded.cpp b/kcontrol/kded/kcmkded.cpp
index cc2ff97fe..533cc9b84 100644
--- a/kcontrol/kded/kcmkded.cpp
+++ b/kcontrol/kded/kcmkded.cpp
@@ -50,7 +50,7 @@ KDEDConfig::KDEDConfig(TQWidget* parent, const char* name, const TQStringList &)
KCModule( KDEDFactory::instance(), parent, name )
{
KAboutData *about =
- new KAboutData( I18N_NOOP( "kcmkded" ), I18N_NOOP( "KDE Service Manager" ),
+ new KAboutData( I18N_NOOP( "kcmkded" ), I18N_NOOP( "TDE Service Manager" ),
0, 0, KAboutData::License_GPL,
I18N_NOOP( "(c) 2002 Daniel Molkentin" ) );
about->addAuthor("Daniel Molkentin",0,"molkentin@kde.org");
diff --git a/kcontrol/kfontinst/kcmfontinst/KCmFontInst.cpp b/kcontrol/kfontinst/kcmfontinst/KCmFontInst.cpp
index 46d5fdd5c..c60934624 100644
--- a/kcontrol/kfontinst/kcmfontinst/KCmFontInst.cpp
+++ b/kcontrol/kfontinst/kcmfontinst/KCmFontInst.cpp
@@ -85,7 +85,7 @@ CKCmFontInst::CKCmFontInst(TQWidget *parent, const char *, const TQStringList&)
KGlobal::locale()->insertCatalogue(KFI_CATALOGUE);
KAboutData* about = new KAboutData("kcmfontinst",
- I18N_NOOP("KDE Font Installer"),
+ I18N_NOOP("TDE Font Installer"),
0, 0,
KAboutData::License_GPL,
I18N_NOOP("GUI front end to the fonts:/ ioslave.\n"
diff --git a/kcontrol/kicker/lookandfeeltab_kcm.cpp b/kcontrol/kicker/lookandfeeltab_kcm.cpp
index bfdb3a491..2c4c62511 100644
--- a/kcontrol/kicker/lookandfeeltab_kcm.cpp
+++ b/kcontrol/kicker/lookandfeeltab_kcm.cpp
@@ -33,7 +33,7 @@ LookAndFeelConfig::LookAndFeelConfig(TQWidget *parent, const char *name)
{
KAboutData *about =
- new KAboutData(I18N_NOOP("kcmkicker"), I18N_NOOP("KDE Panel Control Module"),
+ new KAboutData(I18N_NOOP("kcmkicker"), I18N_NOOP("TDE Panel Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 1999 - 2001 Matthias Elter\n(c) 2002 Aaron J. Seigo"));
diff --git a/kcontrol/kicker/main.cpp b/kcontrol/kicker/main.cpp
index 1117e49a0..5027fdecb 100644
--- a/kcontrol/kicker/main.cpp
+++ b/kcontrol/kicker/main.cpp
@@ -356,7 +356,7 @@ KAboutData *KickerConfig::aboutData()
// the KAboutDatas are deleted by the KCModules
KAboutData *about
= new KAboutData(I18N_NOOP("kcmkicker"),
- I18N_NOOP("KDE Panel Control Module"),
+ I18N_NOOP("TDE Panel Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2009 - 2010 Timothy Pearson\n"
"(c) 1999 - 2001 Matthias Elter\n"
diff --git a/kcontrol/kio/socks.cpp b/kcontrol/kio/socks.cpp
index fd1ce7d8e..71b01df4c 100644
--- a/kcontrol/kio/socks.cpp
+++ b/kcontrol/kio/socks.cpp
@@ -39,7 +39,7 @@ KSocksConfig::KSocksConfig(TQWidget *parent)
{
KAboutData *about =
- new KAboutData(I18N_NOOP("kcmsocks"), I18N_NOOP("KDE SOCKS Control Module"),
+ new KAboutData(I18N_NOOP("kcmsocks"), I18N_NOOP("TDE SOCKS Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2001 George Staikos"));
diff --git a/kcontrol/kthememanager/kthememanager.cpp b/kcontrol/kthememanager/kthememanager.cpp
index ed945067b..e704b09d2 100644
--- a/kcontrol/kthememanager/kthememanager.cpp
+++ b/kcontrol/kthememanager/kthememanager.cpp
@@ -46,7 +46,7 @@ kthememanager::kthememanager( TQWidget *parent, const char *name )
: KCModule( parent, name ), m_theme( 0 ), m_origTheme( 0 )
{
- KAboutData *about = new KAboutData("kthememanager", I18N_NOOP("KDE Theme Manager"),
+ KAboutData *about = new KAboutData("kthememanager", I18N_NOOP("TDE Theme Manager"),
"0.4", I18N_NOOP("This control module handles installing, removing and "
"creating visual KDE themes."),
KAboutData::License_GPL, "(c) 2003, 2004, 2006 Lukáš Tinkl", 0,
diff --git a/kcontrol/nics/nic.cpp b/kcontrol/nics/nic.cpp
index 5bc340f7b..1a5500b2d 100644
--- a/kcontrol/nics/nic.cpp
+++ b/kcontrol/nics/nic.cpp
@@ -108,7 +108,7 @@ KCMNic::KCMNic(TQWidget *parent, const char * name, const TQStringList &)
update();
KAboutData *about =
new KAboutData(I18N_NOOP("kcminfo"),
- I18N_NOOP("KDE Panel System Information Control Module"),
+ I18N_NOOP("TDE Panel System Information Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2001 - 2002 Alexander Neundorf"));
diff --git a/kcontrol/randr/main.cpp b/kcontrol/randr/main.cpp
index f2544c1c3..b48232d2c 100644
--- a/kcontrol/randr/main.cpp
+++ b/kcontrol/randr/main.cpp
@@ -29,7 +29,7 @@
static const char krandrtrayVersion[] = "0.5";
static const KCmdLineOptions options[] =
{
- { "login", I18N_NOOP("Application is being auto-started at KDE session start"), 0L },
+ { "login", I18N_NOOP("Application is being auto-started at TDE session start"), 0L },
KCmdLineLastOption
};
diff --git a/kcontrol/samba/main.cpp b/kcontrol/samba/main.cpp
index 88d95680a..11095bc60 100644
--- a/kcontrol/samba/main.cpp
+++ b/kcontrol/samba/main.cpp
@@ -83,7 +83,7 @@ SambaContainer::SambaContainer(TQWidget *parent, const char* name, const TQStrin
KAboutData *about =
new KAboutData(I18N_NOOP("kcmsamba"),
- I18N_NOOP("KDE Panel System Information Control Module"),
+ I18N_NOOP("TDE Panel System Information Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2002 KDE Information Control Module Samba Team"));
about->addAuthor("Michael Glauche", 0, "glauche@isa.rwth-aachen.de");
diff --git a/kcontrol/screensaver/scrnsave.cpp b/kcontrol/screensaver/scrnsave.cpp
index a21d23fe5..01b4cf944 100644
--- a/kcontrol/screensaver/scrnsave.cpp
+++ b/kcontrol/screensaver/scrnsave.cpp
@@ -282,7 +282,7 @@ KScreenSaver::KScreenSaver(TQWidget *parent, const char *name, const TQStringLis
emit changed(false);
KAboutData *about =
- new KAboutData(I18N_NOOP("kcmscreensaver"), I18N_NOOP("KDE Screen Saver Control Module"),
+ new KAboutData(I18N_NOOP("kcmscreensaver"), I18N_NOOP("TDE Screen Saver Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 1997-2002 Martin R. Jones\n"
"(c) 2003-2004 Chris Howells"));
diff --git a/kcontrol/smartcard/smartcard.cpp b/kcontrol/smartcard/smartcard.cpp
index 0a1ea39ef..561fff115 100644
--- a/kcontrol/smartcard/smartcard.cpp
+++ b/kcontrol/smartcard/smartcard.cpp
@@ -56,7 +56,7 @@ KSmartcardConfig::KSmartcardConfig(TQWidget *parent, const char *name)
dc->remoteInterfaces("kded", "kardsvc", &_ok);
KAboutData *about =
- new KAboutData(I18N_NOOP("kcmsmartcard"), I18N_NOOP("KDE Smartcard Control Module"),
+ new KAboutData(I18N_NOOP("kcmsmartcard"), I18N_NOOP("TDE Smartcard Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2001 George Staikos"));
diff --git a/kcontrol/style/kcmstyle.cpp b/kcontrol/style/kcmstyle.cpp
index 21a4ef424..1afd0a320 100644
--- a/kcontrol/style/kcmstyle.cpp
+++ b/kcontrol/style/kcmstyle.cpp
@@ -132,7 +132,7 @@ KCMStyle::KCMStyle( TQWidget* parent, const char* name )
KAboutData *about =
new KAboutData( I18N_NOOP("kcmstyle"),
- I18N_NOOP("KDE Style Module"),
+ I18N_NOOP("TDE Style Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2002 Karol Szwed, Daniel Molkentin"));
diff --git a/kcontrol/taskbar/kcmtaskbar.cpp b/kcontrol/taskbar/kcmtaskbar.cpp
index a07189cde..22ec10b14 100644
--- a/kcontrol/taskbar/kcmtaskbar.cpp
+++ b/kcontrol/taskbar/kcmtaskbar.cpp
@@ -174,7 +174,7 @@ TaskbarConfig::TaskbarConfig(TQWidget *parent, const char* name, const TQStringL
connect( m_widget->showAllScreens, TQT_SIGNAL( stateChanged( int )), TQT_SLOT( changed()));
KAboutData *about = new KAboutData(I18N_NOOP("kcmtaskbar"),
- I18N_NOOP("KDE Taskbar Control Module"),
+ I18N_NOOP("TDE Taskbar Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2000 - 2001 Matthias Elter"));
diff --git a/kcontrol/tdm/main.cpp b/kcontrol/tdm/main.cpp
index de4ea0fc7..b95a2ecb7 100644
--- a/kcontrol/tdm/main.cpp
+++ b/kcontrol/tdm/main.cpp
@@ -85,7 +85,7 @@ TDModule::TDModule(TQWidget *parent, const char *name, const TQStringList &)
, updateOK(false)
{
KAboutData *about =
- new KAboutData(I18N_NOOP("kcmtdm"), I18N_NOOP("KDE Login Manager Config Module"),
+ new KAboutData(I18N_NOOP("kcmtdm"), I18N_NOOP("TDE Login Manager Config Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 1996 - 2005 The TDM Authors"));
diff --git a/kcontrol/usbview/kcmusb.cpp b/kcontrol/usbview/kcmusb.cpp
index 6d78841ec..5d4d5387e 100644
--- a/kcontrol/usbview/kcmusb.cpp
+++ b/kcontrol/usbview/kcmusb.cpp
@@ -68,7 +68,7 @@ USBViewer::USBViewer(TQWidget *parent, const char *name, const TQStringList &)
this, TQT_SLOT(selectionChanged(TQListViewItem*)));
KAboutData *about =
- new KAboutData(I18N_NOOP("kcmusb"), I18N_NOOP("KDE USB Viewer"),
+ new KAboutData(I18N_NOOP("kcmusb"), I18N_NOOP("TDE USB Viewer"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2001 Matthias Hoelzer-Kluepfel"));
diff --git a/kcontrol/xinerama/kcmxinerama.cpp b/kcontrol/xinerama/kcmxinerama.cpp
index 245730cd9..39db12e0b 100644
--- a/kcontrol/xinerama/kcmxinerama.cpp
+++ b/kcontrol/xinerama/kcmxinerama.cpp
@@ -46,7 +46,7 @@ KCMXinerama::KCMXinerama(TQWidget *parent, const char *name)
KAboutData *about =
new KAboutData(I18N_NOOP("kcmxinerama"),
- I18N_NOOP("KDE Multiple Monitor Configurator"),
+ I18N_NOOP("TDE Multiple Monitor Configurator"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2002-2003 George Staikos"));
diff --git a/kdepasswd/kdepasswd.cpp b/kdepasswd/kdepasswd.cpp
index 38638c288..6855b245d 100644
--- a/kdepasswd/kdepasswd.cpp
+++ b/kdepasswd/kdepasswd.cpp
@@ -28,7 +28,7 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData aboutData("kdepasswd", I18N_NOOP("KDE passwd"),
+ KAboutData aboutData("kdepasswd", I18N_NOOP("TDE passwd"),
VERSION, I18N_NOOP("Changes a UNIX password."),
KAboutData::License_Artistic, "Copyright (c) 2000 Geert Jansen");
aboutData.addAuthor("Geert Jansen", I18N_NOOP("Maintainer"),
diff --git a/kdesktop/kwebdesktop/kwebdesktop.cpp b/kdesktop/kwebdesktop/kwebdesktop.cpp
index b3560c793..020ac0ebf 100644
--- a/kdesktop/kwebdesktop/kwebdesktop.cpp
+++ b/kdesktop/kwebdesktop/kwebdesktop.cpp
@@ -86,7 +86,7 @@ void KWebDesktopRun::slotFinished( KIO::Job * job )
int main( int argc, char **argv )
{
- KAboutData data( "kwebdesktop", I18N_NOOP("KDE Web Desktop"),
+ KAboutData data( "kwebdesktop", I18N_NOOP("TDE Web Desktop"),
VERSION,
I18N_NOOP("Displays an HTML page as the background of the desktop"),
KAboutData::License_GPL,
diff --git a/kdesktop/kxdglauncher.cpp b/kdesktop/kxdglauncher.cpp
index d4e4f63ea..d8bb79ec3 100644
--- a/kdesktop/kxdglauncher.cpp
+++ b/kdesktop/kxdglauncher.cpp
@@ -90,7 +90,7 @@ static KCmdLineOptions options[] =
int main( int argc, char **argv)
{
- KCmdLineArgs::init( argc, argv, "kxdglauncher", I18N_NOOP("KDE XDG File Browser Launcher and Prompter"), I18N_NOOP("Prompts if directory does not exist, otherwise launches"), "1.0" );
+ KCmdLineArgs::init( argc, argv, "kxdglauncher", I18N_NOOP("TDE XDG File Browser Launcher and Prompter"), I18N_NOOP("Prompts if directory does not exist, otherwise launches"), "1.0" );
KCmdLineArgs::addCmdLineOptions( options );
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
diff --git a/kdesktop/main.cc b/kdesktop/main.cc
index 9a4c52f3c..a4a972065 100644
--- a/kdesktop/main.cc
+++ b/kdesktop/main.cc
@@ -55,7 +55,7 @@
#endif
static const char description[] =
- I18N_NOOP("The KDE desktop");
+ I18N_NOOP("The TDE desktop");
static const char version[] = VERSION;
diff --git a/khelpcenter/htmlsearch/index.cpp b/khelpcenter/htmlsearch/index.cpp
index 545145589..4b1642fa5 100644
--- a/khelpcenter/htmlsearch/index.cpp
+++ b/khelpcenter/htmlsearch/index.cpp
@@ -17,7 +17,7 @@ int main(int argc, char *argv[])
{
KAboutData aboutData( "khtmlindex", I18N_NOOP("KHtmlIndex"),
"",
- I18N_NOOP("KDE Index generator for help files."));
+ I18N_NOOP("TDE Index generator for help files."));
KCmdLineArgs::init(argc, argv, &aboutData);
KCmdLineArgs::addCmdLineOptions( options );
diff --git a/kicker/kicker/core/main.cpp b/kicker/kicker/core/main.cpp
index 66740e6fe..9bcf455be 100644
--- a/kicker/kicker/core/main.cpp
+++ b/kicker/kicker/core/main.cpp
@@ -44,7 +44,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
int kicker_screen_number = 0;
static const char description[] =
- I18N_NOOP("The KDE panel");
+ I18N_NOOP("The TDE panel");
static const char version[] = VERSION;
@@ -107,7 +107,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char ** argv )
else
appname.sprintf("kicker-screen-%d", kicker_screen_number);
- KAboutData aboutData( appname.data(), I18N_NOOP("KDE Panel"),
+ KAboutData aboutData( appname.data(), I18N_NOOP("TDE Panel"),
version, description, KAboutData::License_GPL_V2,
I18N_NOOP("(c) 1999-2010, The KDE Team") );
diff --git a/kioslave/trash/ktrash.cpp b/kioslave/trash/ktrash.cpp
index 157a4215e..b84f69355 100644
--- a/kioslave/trash/ktrash.cpp
+++ b/kioslave/trash/ktrash.cpp
@@ -40,7 +40,7 @@ int main(int argc, char *argv[])
KApplication::disableAutoDcopRegistration();
KCmdLineArgs::init( argc, argv, "ktrash",
I18N_NOOP( "ktrash" ),
- I18N_NOOP( "Helper program to handle the KDE trash can\n"
+ I18N_NOOP( "Helper program to handle the TDE trash can\n"
"Note: to move files to the trash, do not use ktrash, but \"kfmclient move 'url' trash:/\"" ),
TDE_VERSION_STRING );
KCmdLineArgs::addCmdLineOptions( options );
diff --git a/klipper/toplevel.cpp b/klipper/toplevel.cpp
index 712745a86..f6d2fa933 100644
--- a/klipper/toplevel.cpp
+++ b/klipper/toplevel.cpp
@@ -1098,7 +1098,7 @@ void KlipperWidget::updateTimestamp()
}
static const char * const description =
- I18N_NOOP("KDE cut & paste history utility");
+ I18N_NOOP("TDE cut & paste history utility");
void KlipperWidget::createAboutData()
{
diff --git a/kmenuedit/kcontrol_main.cpp b/kmenuedit/kcontrol_main.cpp
index bb548c0f8..6d9322ca6 100644
--- a/kmenuedit/kcontrol_main.cpp
+++ b/kmenuedit/kcontrol_main.cpp
@@ -29,7 +29,7 @@
#include "kmenuedit.h"
-static const char description[] = I18N_NOOP("KDE control center editor");
+static const char description[] = I18N_NOOP("TDE control center editor");
static const char version[] = "1.0";
extern "C" int KDE_EXPORT kdemain( int argc, char **argv )
diff --git a/knetattach/main.cpp b/knetattach/main.cpp
index 8a1f3a832..99c700291 100644
--- a/knetattach/main.cpp
+++ b/knetattach/main.cpp
@@ -26,8 +26,8 @@
#include "knetattach.h"
int main(int argc, char **argv) {
- KAboutData about("knetattach", I18N_NOOP("KDE Network Wizard"), "1.0",
- I18N_NOOP("KDE Network Wizard"),
+ KAboutData about("knetattach", I18N_NOOP("TDE Network Wizard"), "1.0",
+ I18N_NOOP("TDE Network Wizard"),
KAboutData::License_GPL,
I18N_NOOP("(c) 2004 George Staikos"), 0,
"http://www.kde.org/");
diff --git a/konqueror/client/kfmclient.cc b/konqueror/client/kfmclient.cc
index e2d07c0dd..dcb508dc8 100644
--- a/konqueror/client/kfmclient.cc
+++ b/konqueror/client/kfmclient.cc
@@ -51,7 +51,7 @@
static const char appName[] = "kfmclient";
static const char programName[] = I18N_NOOP("kfmclient");
-static const char description[] = I18N_NOOP("KDE tool for opening URLs from the command line");
+static const char description[] = I18N_NOOP("TDE tool for opening URLs from the command line");
static const char version[] = "2.0";
diff --git a/konsole/konsole/main.cpp b/konsole/konsole/main.cpp
index 44a3929af..0a43d1c06 100644
--- a/konsole/konsole/main.cpp
+++ b/konsole/konsole/main.cpp
@@ -58,7 +58,7 @@
#endif
static const char description[] =
- I18N_NOOP("X terminal for use with KDE.");
+ I18N_NOOP("X terminal for use with TDE.");
// { "T <title>", 0, 0 },
static KCmdLineOptions options[] =
diff --git a/kscreensaver/random.cpp b/kscreensaver/random.cpp
index d4b90b037..33c85da8a 100644
--- a/kscreensaver/random.cpp
+++ b/kscreensaver/random.cpp
@@ -46,7 +46,7 @@ static void usage(char *name)
static const char appName[] = "random";
-static const char description[] = I18N_NOOP("Start a random KDE screen saver");
+static const char description[] = I18N_NOOP("Start a random TDE screen saver");
static const char version[] = "2.0.0";
diff --git a/ksplashml/kcmksplash/main.cpp b/ksplashml/kcmksplash/main.cpp
index 7b4557608..959b91280 100644
--- a/ksplashml/kcmksplash/main.cpp
+++ b/ksplashml/kcmksplash/main.cpp
@@ -61,14 +61,14 @@ KSplashThemeMgr::KSplashThemeMgr( TQWidget *parent, const char *name, const TQSt
#endif
connect( mInstaller, TQT_SIGNAL(changed(bool)), TQT_SIGNAL(changed(bool)) );
KAboutData *about = new KAboutData( "kcmksplash"
- ,I18N_NOOP("KDE splash screen theme manager")
+ ,I18N_NOOP("TDE splash screen theme manager")
,"0.1"
,0
,KAboutData::License_GPL
,I18N_NOOP("(c) 2003 KDE developers") );
about->addAuthor("Ravikiran Rajagopal", 0, "ravi@ee.eng.ohio-state.edu");
about->addCredit("Brian Ledbetter", I18N_NOOP("Original KSplash/ML author"), "brian@shadowcom.net");
- about->addCredit(I18N_NOOP("KDE Theme Manager authors" ), I18N_NOOP("Original installer code") );
+ about->addCredit(I18N_NOOP("TDE Theme Manager authors" ), I18N_NOOP("Original installer code") );
// Once string freeze is over, replace second argument with "Icon"
about->addCredit("Hans Karlsson", 0, "karlsson.h@home.se" );
setAboutData(about);
diff --git a/ksysguard/gui/ksysguard.cc b/ksysguard/gui/ksysguard.cc
index 648b0ec1f..728ece85f 100644
--- a/ksysguard/gui/ksysguard.cc
+++ b/ksysguard/gui/ksysguard.cc
@@ -61,7 +61,7 @@
#include "ksysguard.h"
-static const char Description[] = I18N_NOOP( "KDE system guard" );
+static const char Description[] = I18N_NOOP( "TDE system guard" );
TopLevel* topLevel;
/**
@@ -553,7 +553,7 @@ int main( int argc, char** argv )
close( initpipe[ 0 ] );
setsid();
- KAboutData aboutData( "ksysguard", I18N_NOOP( "KDE System Guard" ),
+ KAboutData aboutData( "ksysguard", I18N_NOOP( "TDE System Guard" ),
KSYSGUARD_VERSION, Description, KAboutData::License_GPL,
I18N_NOOP( "(c) 1996-2002 The KSysGuard Developers" ) );
aboutData.addAuthor( "Chris Schlaeger", "Current Maintainer", "cs@kde.org" );
diff --git a/kxkb/kxkb.cpp b/kxkb/kxkb.cpp
index 291e3e13b..629ff5982 100644
--- a/kxkb/kxkb.cpp
+++ b/kxkb/kxkb.cpp
@@ -374,7 +374,7 @@ const char * DESCRIPTION =
extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
{
- KAboutData about("kxkb", I18N_NOOP("KDE Keyboard Tool"), "1.0",
+ KAboutData about("kxkb", I18N_NOOP("TDE Keyboard Tool"), "1.0",
DESCRIPTION, KAboutData::License_LGPL,
"Copyright (C) 2001, S.R.Haque\n(C) 2002-2003, 2006 Andriy Rysin");
KCmdLineArgs::init(argc, argv, &about);
diff --git a/tdeprint/kprinter/main.cpp b/tdeprint/kprinter/main.cpp
index 5d1667cee..7505127ec 100644
--- a/tdeprint/kprinter/main.cpp
+++ b/tdeprint/kprinter/main.cpp
@@ -44,7 +44,7 @@ static KCmdLineOptions options[] =
extern "C" int KDE_EXPORT kdemain(int argc, char *argv[])
{
- KCmdLineArgs::init(argc,argv,"kprinter",I18N_NOOP("KPrinter"),I18N_NOOP("A printer tool for KDE" ),"0.0.1");
+ KCmdLineArgs::init(argc,argv,"kprinter",I18N_NOOP("KPrinter"),I18N_NOOP("A printer tool for TDE" ),"0.0.1");
KCmdLineArgs::addCmdLineOptions(options);
KApplication app;
PrintWrapper *wrap = new PrintWrapper;
diff --git a/twin/main.cpp b/twin/main.cpp
index 7cdf8985c..b726745a7 100644
--- a/twin/main.cpp
+++ b/twin/main.cpp
@@ -228,7 +228,7 @@ static void sighandler(int)
} // namespace
static const char version[] = "3.0";
-static const char description[] = I18N_NOOP( "KDE window manager" );
+static const char description[] = I18N_NOOP( "TDE window manager" );
static KCmdLineOptions args[] =
{