summaryrefslogtreecommitdiffstats
path: root/kbackgammon/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbackgammon/main.cpp')
-rw-r--r--kbackgammon/main.cpp4
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");