diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:59:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:59:10 -0600 |
commit | f481634d9e7b2397f6f23e7cb99ffd3270129000 (patch) | |
tree | e7c51b823f88a931e3282806b988a12086f48052 | |
parent | 21155594ebdff9f82804a750ca968afcddab5e36 (diff) | |
download | soundkonverter-f481634d9e7b2397f6f23e7cb99ffd3270129000.tar.gz soundkonverter-f481634d9e7b2397f6f23e7cb99ffd3270129000.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rwxr-xr-x | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index bab7fa9..06dd9ae 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,8 +30,8 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("soundkonverter", I18N_NOOP("soundKonverter"), version, description, - KAboutData::License_GPL, "(C) 2008 Daniel Faust", 0, 0, "[email protected]"); + TDEAboutData about("soundkonverter", I18N_NOOP("soundKonverter"), version, description, + TDEAboutData::License_GPL, "(C) 2008 Daniel Faust", 0, 0, "[email protected]"); about.addAuthor( "Daniel Faust", 0, "[email protected]" ); about.addCredit( "David Vignoni", "Nuvola icon theme", 0, "http://www.icon-king.com" ); about.addCredit( "Scott Wheeler", "TagLib", "[email protected]", "http://ktown.kde.org/~wheeler" ); |