summaryrefslogtreecommitdiffstats
path: root/twin4
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-01 12:39:13 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-01 12:39:13 -0500
commitb8db3ff1678c46718dbb3ff9a235122213d93e61 (patch)
tree962caa4ee7a2cfd2ec1262460b8abe196e581a12 /twin4
parentc359b6cc3b678f273b79a4c7fa80d298be601298 (diff)
downloadtdegames-b8db3ff1678c46718dbb3ff9a235122213d93e61.tar.gz
tdegames-b8db3ff1678c46718dbb3ff9a235122213d93e61.zip
Branding cleanup: TWin4 game.
Diffstat (limited to 'twin4')
-rw-r--r--twin4/twin4.desktop14
-rw-r--r--twin4/twin4.kdelnk9
-rw-r--r--twin4/twin4/AboutDlg.kdevdlg2
-rw-r--r--twin4/twin4/kspritecache.cpp2
-rw-r--r--twin4/twin4/kspritecache.h4
-rw-r--r--twin4/twin4/main.cpp10
-rw-r--r--twin4/twin4/twin4.cpp6
-rw-r--r--twin4/twin4/twin4.h8
-rw-r--r--twin4/twin4/twin4doc.cpp4
-rw-r--r--twin4/twin4/twin4doc.h8
-rw-r--r--twin4/twin4/twin4player.cpp4
-rw-r--r--twin4/twin4/twin4player.h6
-rw-r--r--twin4/twin4/twin4proc.h8
-rw-r--r--twin4/twin4/twin4view.cpp2
-rw-r--r--twin4/twin4/twin4view.h8
15 files changed, 47 insertions, 48 deletions
diff --git a/twin4/twin4.desktop b/twin4/twin4.desktop
index c4a3edfa..a97fe278 100644
--- a/twin4/twin4.desktop
+++ b/twin4/twin4.desktop
@@ -1,22 +1,22 @@
[Desktop Entry]
-Name=KWin4
-Name[af]=Kwin4
+Name=TWin4
+Name[af]=TWin4
Name[be]=Перамога чатырох
Name[bn]=কে-উইন-ফোর
Name[de]=Vier gewinnt
Name[eo]=Kvar venkas
-Name[es]=Kwin4
+Name[es]=TWin4
Name[hi]=के-विन4
Name[hu]=Négy a nyerő
-Name[is]=Kwin4
+Name[is]=TWin4
Name[nds]=Veer winnt
Name[ne]=केडीई विन ४
-Name[sv]=Kwin4
+Name[sv]=TWin4
Name[ta]=Kவிண்4
-Name[tg]=K4 Ғолиб мешавад
+Name[tg]=TWin4 Ғолиб мешавад
Name[th]=เรียงหมาก 4 - K
Name[tr]=4 Kazanır
-Name[zu]=I-KWin4
+Name[zu]=I-TWin4
GenericName=Strategy Game
GenericName[af]=Strategie Speletjie
GenericName[ar]=لعبة استراتيجية
diff --git a/twin4/twin4.kdelnk b/twin4/twin4.kdelnk
index 5e56dc47..a357fad7 100644
--- a/twin4/twin4.kdelnk
+++ b/twin4/twin4.kdelnk
@@ -1,5 +1,4 @@
-# KDE Config File
-[KDE Desktop Entry]
+[Desktop Entry]
Type=Application
Exec=twin4 -caption "%c" %i %m
Icon=twin4.xpm
@@ -7,18 +6,18 @@ MiniIcon=twin4.xpm
DocPath=twin4/index.html
Comment=
Terminal=0
-Name=Kwin4
+Name=TWin4
Name[be]=Перамога чатырох
Name[bn]=কে-উইন-ফোর
Name[de]=Vier gewinnt
Name[eo]=Kvar venkas
Name[hi]=के-विन4
Name[hu]=Négy a nyerő
-Name[it]=KWin4
+Name[it]=TWin4
Name[nds]=Veer winnt
Name[nl]=Vier op een rij
Name[sl]=Štiri v vrsto
Name[ta]=Kவிண்4
Name[tg]=K4 ғолиб мешавад
Name[th]=เรียงหมาก 4 - K
-Name[zu]=I-Kwin4
+Name[zu]=I-TWin4
diff --git a/twin4/twin4/AboutDlg.kdevdlg b/twin4/twin4/AboutDlg.kdevdlg
index d0dc1d87..7755ee94 100644
--- a/twin4/twin4/AboutDlg.kdevdlg
+++ b/twin4/twin4/AboutDlg.kdevdlg
@@ -22,7 +22,7 @@ data SessionManagement
item QWidget
{
- Name="KWin4"
+ Name="TWin4"
VarName="this"
X="0"
Y="0"
diff --git a/twin4/twin4/kspritecache.cpp b/twin4/twin4/kspritecache.cpp
index 9e3abddc..994507d5 100644
--- a/twin4/twin4/kspritecache.cpp
+++ b/twin4/twin4/kspritecache.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
diff --git a/twin4/twin4/kspritecache.h b/twin4/twin4/kspritecache.h
index acfbcedb..03e17b0b 100644
--- a/twin4/twin4/kspritecache.h
+++ b/twin4/twin4/kspritecache.h
@@ -63,7 +63,7 @@ class KSprite;
* go beyond the TQCanvasSprite versions of them. Also it provides
* a signal which is emitted when movement or animation are finished.
*
- * @short The main KDE game object
+ * @short The main TDE game object
* @author Martin Heni <martin@heni-online.de>
*
*/
@@ -278,7 +278,7 @@ class KSprite : public TQCanvasSprite
* @todo Support single sprites (only one copy in memory)
* Support more sprite types (currently KSprite and TQCanvasText)
*
- * @short The main KDE game object
+ * @short The main TDE game object
* @author Martin Heni <martin@heni-online.de>
*
*/
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");
diff --git a/twin4/twin4/twin4.cpp b/twin4/twin4/twin4.cpp
index 194c64fa..31e2c87e 100644
--- a/twin4/twin4/twin4.cpp
+++ b/twin4/twin4/twin4.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- twin4 - Boardgame for KDE
+ twin4 - Boardgame for TDE
-------------------
begin : Sun Mar 26 12:50:12 CEST 2000
copyright : (C) |1995-2000 by Martin Heni
@@ -24,7 +24,7 @@
#include <tqvbuttongroup.h>
#include <tqlcdnumber.h>
-// include files for KDE
+// include files for TDE
#include <kapplication.h>
#include <kstdgameaction.h>
#include <kmessagebox.h>
@@ -252,7 +252,7 @@ void Kwin4App::initStatusBar()
statusBar()->insertItem(i18n("Ready"), ID_STATUS_MSG);
slotStatusMover(i18n("(c) Martin Heni "));
- slotStatusMsg(i18n("Welcome to KWin4"));
+ slotStatusMsg(i18n("Welcome to TWin4"));
}
/**
diff --git a/twin4/twin4/twin4.h b/twin4/twin4/twin4.h
index 35983282..572cff81 100644
--- a/twin4/twin4/twin4.h
+++ b/twin4/twin4/twin4.h
@@ -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
@@ -15,8 +15,8 @@
* *
***************************************************************************/
-#ifndef KWIN4_H
-#define KWIN4_H
+#ifndef TWIN4_H
+#define TWIN4_H
#include <kmainwindow.h>
#include <kdialogbase.h>
@@ -124,5 +124,5 @@ protected slots:
void showSettings();
};
-#endif // KWIN4_H
+#endif // TWIN4_H
diff --git a/twin4/twin4/twin4doc.cpp b/twin4/twin4/twin4doc.cpp
index 0d09767c..7983b7a2 100644
--- a/twin4/twin4/twin4doc.cpp
+++ b/twin4/twin4/twin4doc.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- twin4doc.cpp - Boardgame for KDE
+ twin4doc.cpp - Boardgame for TDE
-------------------
begin : Sun Mar 26 12:50:12 CEST 2000
copyright : (C) |1995-2000 by Martin Heni
@@ -21,7 +21,7 @@
#include <tqdir.h>
#include <tqtimer.h>
-// include files for KDE
+// include files for TDE
#include <klocale.h>
#include <kconfig.h>
#include <kstandarddirs.h>
diff --git a/twin4/twin4/twin4doc.h b/twin4/twin4/twin4doc.h
index be3f044c..4a304c91 100644
--- a/twin4/twin4/twin4doc.h
+++ b/twin4/twin4/twin4doc.h
@@ -1,5 +1,5 @@
/***************************************************************************
- Kwin4 - Four in a Row for KDE
+// Twin4 - Four in a Row for TDE
-------------------
begin : March 2000
copyright : (C) 1995-2000 by Martin Heni
@@ -15,8 +15,8 @@
* *
***************************************************************************/
-#ifndef KWIN4DOC_H
-#define KWIN4DOC_H
+#ifndef TWIN4DOC_H
+#define TWIN4DOC_H
#include <kgame.h>
#include <kgameio.h>
@@ -191,5 +191,5 @@ private:
};
-#endif // KWIN4DOC_H
+#endif // TWIN4DOC_H
diff --git a/twin4/twin4/twin4player.cpp b/twin4/twin4/twin4player.cpp
index ca05ab5d..65a55d52 100644
--- a/twin4/twin4/twin4player.cpp
+++ b/twin4/twin4/twin4player.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- KWin4Player
+ TWin4Player
-------------------
begin : August 2001
copyright : (C) |1995-2001 by Martin Heni
@@ -16,7 +16,7 @@
***************************************************************************/
-// include files for KDE
+// include files for TDE
#include <kdebug.h>
#include <kconfig.h>
#include <kgamepropertyhandler.h>
diff --git a/twin4/twin4/twin4player.h b/twin4/twin4/twin4player.h
index 146ff8b7..26e76634 100644
--- a/twin4/twin4/twin4player.h
+++ b/twin4/twin4/twin4player.h
@@ -15,8 +15,8 @@
* *
***************************************************************************/
-#ifndef KWIN4PLAYER_H
-#define KWIN4PLAYER_H
+#ifndef TWIN4PLAYER_H
+#define TWIN4PLAYER_H
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -69,5 +69,5 @@ class Kwin4Player : public KPlayer
StatusWidget *sWidget;
};
-#endif // KWIN4PLAYER_H
+#endif // TWIN4PLAYER_H
diff --git a/twin4/twin4/twin4proc.h b/twin4/twin4/twin4proc.h
index 2926d0e5..c24b70af 100644
--- a/twin4/twin4/twin4proc.h
+++ b/twin4/twin4/twin4proc.h
@@ -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
@@ -15,8 +15,8 @@
* *
***************************************************************************/
-#ifndef _KWIN4PROC_H_
-#define _KWIN4PROC_H_
+#ifndef _TWIN4PROC_H_
+#define _TWIN4PROC_H_
#include <kgameprocess.h>
@@ -80,5 +80,5 @@ private:
};
-#endif // _KWIN4PROC_H_
+#endif // _TWIN4PROC_H_
diff --git a/twin4/twin4/twin4view.cpp b/twin4/twin4/twin4view.cpp
index 6ee09cc4..879a6024 100644
--- a/twin4/twin4/twin4view.cpp
+++ b/twin4/twin4/twin4view.cpp
@@ -359,7 +359,7 @@ void Kwin4View::drawIntro(bool /*remove*/)
text=(TQCanvasText *)(mCache->getItem("intro3",1));
if (text)
{
- text->setText(i18n("3. intro line, welcome to win4","KWin4"));
+ text->setText(i18n("3. intro line, welcome to win4","TWin4"));
text->show();
}
// text
diff --git a/twin4/twin4/twin4view.h b/twin4/twin4/twin4view.h
index dfc71d0f..ea722f93 100644
--- a/twin4/twin4/twin4view.h
+++ b/twin4/twin4/twin4view.h
@@ -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
@@ -15,8 +15,8 @@
* *
***************************************************************************/
-#ifndef KWIN4VIEW_H
-#define KWIN4VIEW_H
+#ifndef TWIN4VIEW_H
+#define TWIN4VIEW_H
#include <tqcanvas.h>
#include <kgameio.h>
@@ -79,5 +79,5 @@ private:
StatusWidget *mStatusWidget; // score widget
};
-#endif // KWIN4VIEW_H
+#endif // TWIN4VIEW_H