diff options
-rw-r--r-- | bibletime/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/main.cpp b/bibletime/main.cpp index d150916..a7618e6 100644 --- a/bibletime/main.cpp +++ b/bibletime/main.cpp @@ -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 [email protected]."), "http://www.bibletime.info/", |