diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:20:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:20:31 -0600 |
commit | fcd5041fd6bf0cea48980d8a035468b2cdb5fff2 (patch) | |
tree | aa0c8d74da1f6fbe13337d07bdf046ef3df80e35 /juk/main.cpp | |
parent | ce8519b39b2aeaf3ef667afced239d5a4643ef72 (diff) | |
download | tdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.tar.gz tdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
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"); |