diff options
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")); |