diff options
Diffstat (limited to 'kcontrol/tdm/main.cpp')
-rw-r--r-- | kcontrol/tdm/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/tdm/main.cpp b/kcontrol/tdm/main.cpp index 096634e17..d3693768e 100644 --- a/kcontrol/tdm/main.cpp +++ b/kcontrol/tdm/main.cpp @@ -84,9 +84,9 @@ TDModule::TDModule(TQWidget *parent, const char *name, const TQStringList &) , maxshowuid(0) , updateOK(false) { - KAboutData *about = - new KAboutData(I18N_NOOP("kcmtdm"), I18N_NOOP("TDE Login Manager Config Module"), - 0, 0, KAboutData::License_GPL, + TDEAboutData *about = + new TDEAboutData(I18N_NOOP("kcmtdm"), I18N_NOOP("TDE Login Manager Config Module"), + 0, 0, TDEAboutData::License_GPL, I18N_NOOP("(c) 1996 - 2005 The TDM Authors")); about->addAuthor("Thomas Tanghus", I18N_NOOP("Original author"), "tanghus@earthling.net"); |