summaryrefslogtreecommitdiffstats
path: root/kdepasswd/kdepasswd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdepasswd/kdepasswd.cpp')
-rw-r--r--kdepasswd/kdepasswd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdepasswd/kdepasswd.cpp b/kdepasswd/kdepasswd.cpp
index 19e583659..47dbab6de 100644
--- a/kdepasswd/kdepasswd.cpp
+++ b/kdepasswd/kdepasswd.cpp
@@ -28,9 +28,9 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData aboutData("kdepasswd", I18N_NOOP("TDE passwd"),
+ TDEAboutData aboutData("kdepasswd", I18N_NOOP("TDE passwd"),
VERSION, I18N_NOOP("Changes a UNIX password."),
- KAboutData::License_Artistic, "Copyright (c) 2000 Geert Jansen");
+ TDEAboutData::License_Artistic, "Copyright (c) 2000 Geert Jansen");
aboutData.addAuthor("Geert Jansen", I18N_NOOP("Maintainer"),
"jansen@kde.org", "http://www.stack.nl/~geertj/");