diff options
author | Darrell Anderson <[email protected]> | 2012-05-10 15:44:21 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-10 15:44:21 -0500 |
commit | 4f24944314ddf35eca50330ebc4e7e995bacded7 (patch) | |
tree | 0a1fb3a696a2707abb3e0de1b691a351fef5ba01 /kcontrol/smartcard/smartcard.cpp | |
parent | dd4d06325183e7f0183584919b2b895e3bad25b0 (diff) | |
download | tdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.tar.gz tdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kcontrol/smartcard/smartcard.cpp')
-rw-r--r-- | kcontrol/smartcard/smartcard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |