diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:17:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:17:59 -0600 |
commit | c75428cb70ed336c2d3f40d71ad41444097a6626 (patch) | |
tree | db66ae525d43cec6633b7e3d4d6035abc38baf9c /kbackgammon/main.cpp | |
parent | 3f52288dea050e15d91fa5753229f436a7b5a247 (diff) | |
download | tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.tar.gz tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kbackgammon/main.cpp')
-rw-r--r-- | kbackgammon/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbackgammon/main.cpp b/kbackgammon/main.cpp index 21ce90b3..51d3eb96 100644 --- a/kbackgammon/main.cpp +++ b/kbackgammon/main.cpp @@ -40,8 +40,8 @@ static const char notice[] = I18N_NOOP("This is a graphical backgammon prog */ int main(int argc, char *argv[]) { - KAboutData about(PROG_NAME, I18N_NOOP("KBackgammon"), PROG_VERSION, description, - KAboutData::License_GPL, "(C) 1999-2001 Jens Hoefkens", notice); + TDEAboutData about(PROG_NAME, I18N_NOOP("KBackgammon"), PROG_VERSION, description, + TDEAboutData::License_GPL, "(C) 1999-2001 Jens Hoefkens", notice); about.addAuthor ("Jens Hoefkens", I18N_NOOP("Author & maintainer"), "jens@hoefkens.com"); |