diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:52:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:52:00 -0600 |
commit | 0cafde345819fcf9c0712bc4be019370c18f0268 (patch) | |
tree | cb7644b27bff8255e00ea489624595bdbfc1ed55 | |
parent | e4da3347bb6f2a0aeb8454431205aed383315775 (diff) | |
download | katapult-0cafde345819fcf9c0712bc4be019370c18f0268.tar.gz katapult-0cafde345819fcf9c0712bc4be019370c18f0268.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r-- | katapult/katapult/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/katapult/katapult/main.cpp b/katapult/katapult/main.cpp index 71efdca..4435bae 100644 --- a/katapult/katapult/main.cpp +++ b/katapult/katapult/main.cpp @@ -39,8 +39,8 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("katapult", I18N_NOOP("Katapult"), version, description, - KAboutData::License_GPL, I18N_NOOP("(C) until 2005, Joe Ferris\n(C) 2005, the Katapult development team"), 0, 0, "[email protected]"); + TDEAboutData about("katapult", I18N_NOOP("Katapult"), version, description, + TDEAboutData::License_GPL, I18N_NOOP("(C) until 2005, Joe Ferris\n(C) 2005, the Katapult development team"), 0, 0, "[email protected]"); about.addAuthor( "Martin Meredith" , I18N_NOOP("Project Manager"), "[email protected]"); about.addAuthor( "Bastian Holst", I18N_NOOP("Lead Developer"), "[email protected]" ); about.addAuthor( "Tobi Vollebregt", I18N_NOOP("Developer"), "[email protected]" ); |