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 /kaudiocreator | |
parent | ce8519b39b2aeaf3ef667afced239d5a4643ef72 (diff) | |
download | tdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.tar.gz tdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kaudiocreator')
-rw-r--r-- | kaudiocreator/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaudiocreator/main.cpp b/kaudiocreator/main.cpp index 16fb3631..8bd6c94b 100644 --- a/kaudiocreator/main.cpp +++ b/kaudiocreator/main.cpp @@ -31,8 +31,8 @@ static const KCmdLineOptions options[] = { int main(int argc, char *argv[]){ - KAboutData aboutData("kaudiocreator", I18N_NOOP("KAudioCreator"), "1.13", - I18N_NOOP("CD ripper and audio encoder frontend"), KAboutData::License_LGPL, "(c) 2003-2005, Benjamin Meyer", + TDEAboutData aboutData("kaudiocreator", I18N_NOOP("KAudioCreator"), "1.13", + I18N_NOOP("CD ripper and audio encoder frontend"), TDEAboutData::License_LGPL, "(c) 2003-2005, Benjamin Meyer", 0, "http://www.icefox.net/"); aboutData.addAuthor("Benjamin Meyer", I18N_NOOP("Original author"), "ben+kaudiocreator@meyerhome.net", "http://www.icefox.net/"); |