summaryrefslogtreecommitdiffstats
path: root/twin4/twin4/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin4/twin4/main.cpp')
-rw-r--r--twin4/twin4/main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/twin4/twin4/main.cpp b/twin4/twin4/main.cpp
index fbdebf3c..b7f56487 100644
--- a/twin4/twin4/main.cpp
+++ b/twin4/twin4/main.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- Kwin4 - Four in a Row for KDE
+ TWin4 - Four in a Row for TDE
-------------------
begin : March 2000
copyright : (C) 1995-2001 by Martin Heni
@@ -22,7 +22,7 @@
#include "twin4.h"
-#define KWIN4_VERSION "v1.10"
+#define TWIN4_VERSION "v1.10"
static KCmdLineOptions options[] =
{
@@ -36,9 +36,9 @@ int global_debug;
int main(int argc, char *argv[])
{
global_debug=0;
- KAboutData aboutData( "twin4", I18N_NOOP("KWin4"),
- KWIN4_VERSION,
- I18N_NOOP("KWin4: Two player network game"),
+ KAboutData aboutData( "twin4", I18N_NOOP("TWin4"),
+ TWIN4_VERSION,
+ I18N_NOOP("TWin4: Two player network game"),
KAboutData::License_GPL,
"(c) 1995-2000, Martin Heni");
aboutData.addAuthor("Martin Heni",0, "martin@heni-online.de");