diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:50:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:50:41 -0600 |
commit | 195f3f06c23142163945a51f10d557694aa23847 (patch) | |
tree | f56416ca8f3a700be91f26895816c3c71f8e0e45 | |
parent | 6dfa654c5b6939ea707be2aa3a9e1d0dc3fe3e48 (diff) | |
download | bibletime-195f3f06c23142163945a51f10d557694aa23847.tar.gz bibletime-195f3f06c23142163945a51f10d557694aa23847.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
-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/", |