Branding cleanup: TWin4 game.

pull/1/head
Darrell Anderson 12 years ago
parent c359b6cc3b
commit b8db3ff167

@ -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]=لعبة استراتيجية

@ -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

@ -22,7 +22,7 @@ data SessionManagement
item QWidget
{
Name="KWin4"
Name="TWin4"
VarName="this"
X="0"
Y="0"

@ -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

@ -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>
*
*/

@ -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");

@ -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"));
}
/**

@ -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

@ -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>

@ -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

@ -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>

@ -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

@ -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_

@ -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

@ -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

Loading…
Cancel
Save