diff options
Diffstat (limited to 'kuser')
-rw-r--r-- | kuser/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kuser/main.cpp b/kuser/main.cpp index 316967a..f22e8b4 100644 --- a/kuser/main.cpp +++ b/kuser/main.cpp @@ -40,8 +40,8 @@ KUserGlobals *kug = 0; int main(int argc, char **argv) { - KAboutData aboutData("kuser", I18N_NOOP("KUser"), - _KU_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData("kuser", I18N_NOOP("KUser"), + _KU_VERSION, description, TDEAboutData::License_GPL, "(c) 1997-2000, Denis Perchine\n(c) 2004, Szombathelyi György"); aboutData.addAuthor("Denis Perchine", I18N_NOOP("kuser author"), "dyp@perchine.com", "http://www.perchine.com/dyp/"); |