diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:20:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:20:31 -0600 |
commit | fcd5041fd6bf0cea48980d8a035468b2cdb5fff2 (patch) | |
tree | aa0c8d74da1f6fbe13337d07bdf046ef3df80e35 /noatun/app | |
parent | ce8519b39b2aeaf3ef667afced239d5a4643ef72 (diff) | |
download | tdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.tar.gz tdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'noatun/app')
-rw-r--r-- | noatun/app/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/app/main.cpp b/noatun/app/main.cpp index 3aae6274..f78dc506 100644 --- a/noatun/app/main.cpp +++ b/noatun/app/main.cpp @@ -16,8 +16,8 @@ static KCmdLineOptions options[] = extern "C" KDE_EXPORT int kdemain(int argc, char **argv) { - KAboutData aboutData("noatun", I18N_NOOP("Noatun"), - version, description, KAboutData::License_BSD, + TDEAboutData aboutData("noatun", I18N_NOOP("Noatun"), + version, description, TDEAboutData::License_BSD, I18N_NOOP("(c) 2000-2004, The Noatun Developers"), 0, "http://noatun.kde.org"); aboutData.addAuthor("Charles Samuels", I18N_NOOP("Noatun Developer"), |