Rename KInstance and KAboutData to avoid conflicts with KDE4

r14.0.x
Timothy Pearson 11 years ago
parent 6dfa654c5b
commit 195f3f06c2

@ -128,12 +128,12 @@ int main(int argc, char* argv[]) {
{0,0,0}
};
KAboutData aboutData(
TDEAboutData aboutData(
PACKAGE,
"BibleTime",
VERSION,
I18N_NOOP("Bible study tool for Trinity"),
KAboutData::License_GPL_V2,
TDEAboutData::License_GPL_V2,
I18N_NOOP("(c)1999-2010, The BibleTime Team and The Trinity Project"),
I18N_NOOP("BibleTime is an easy to use but powerful Bible study tool for Trinity.\nIt is a fork of the main BibleTime project in order to provide a native Trinity application.\n\nThe BibleTime project is looking for developers and translators.\nIf you'd like to join their team, please send an email to info@bibletime.info."),
"http://www.bibletime.info/",

Loading…
Cancel
Save