diff options
Diffstat (limited to 'juk/main.cpp')
-rw-r--r-- | juk/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/main.cpp b/juk/main.cpp index 3aaa5556..99f3ca61 100644 --- a/juk/main.cpp +++ b/juk/main.cpp @@ -49,8 +49,8 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData("juk", I18N_NOOP("JuK"), - "2.3.5", description, KAboutData::License_GPL, + TDEAboutData aboutData("juk", I18N_NOOP("JuK"), + "2.3.5", description, TDEAboutData::License_GPL, "© 2002 - 2007, Scott Wheeler", 0, "http://developer.kde.org/~wheeler/juk.html"); |