diff options
Diffstat (limited to 'kpf/src/Applet.cpp')
-rw-r--r-- | kpf/src/Applet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpf/src/Applet.cpp b/kpf/src/Applet.cpp index 98c91a0b..04a355c6 100644 --- a/kpf/src/Applet.cpp +++ b/kpf/src/Applet.cpp @@ -177,13 +177,13 @@ namespace KPF void Applet::about() { - KAboutData about + TDEAboutData about ( "kpf", I18N_NOOP("kpf"), kpfVersion, I18N_NOOP("TDE public fileserver"), - KAboutData::License_Custom, + TDEAboutData::License_Custom, "(C) 2001 Rik Hemsley (rikkus) <rik@kde.org>", I18N_NOOP( "File sharing applet, using the HTTP (Hyper Text Transfer Protocol)" |