summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:21:09 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:21:09 -0500
commitdc5ab0935f4eb556a06a32838c7a703139477cff (patch)
tree864458d12b2ce02bd87b280f0e30c5c9812521b8
parentaf8ca9f90807a7c9f594c965a77129696cd35b57 (diff)
downloadtdegames-dc5ab0935f4eb556a06a32838c7a703139477cff.tar.gz
tdegames-dc5ab0935f4eb556a06a32838c7a703139477cff.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
-rw-r--r--atlantik/client/main.cpp2
-rw-r--r--kasteroids/main.cpp2
-rw-r--r--katomic/main.cpp2
-rw-r--r--kbackgammon/main.cpp2
-rw-r--r--kbattleship/kbattleship/kmessage.cpp2
-rw-r--r--kblackbox/main.cpp2
-rw-r--r--kbounce/main.cpp2
-rw-r--r--kmahjongg/main.cpp2
-rw-r--r--kolf/main.cpp2
-rw-r--r--konquest/Konquest.cc2
-rw-r--r--kpat/main.cpp2
-rw-r--r--kpoker/main.cpp2
-rw-r--r--kreversi/main.cpp2
-rw-r--r--kshisen/main.cpp2
-rw-r--r--ksmiletris/main.cpp2
-rw-r--r--ksnake/main.cpp2
-rw-r--r--kspaceduel/main.cpp2
17 files changed, 17 insertions, 17 deletions
diff --git a/atlantik/client/main.cpp b/atlantik/client/main.cpp
index 320788f1..4dacf008 100644
--- a/atlantik/client/main.cpp
+++ b/atlantik/client/main.cpp
@@ -42,7 +42,7 @@ int main(int argc, char *argv[])
I18N_NOOP("The Atlantic board game"),
KAboutData::License_GPL,
I18N_NOOP("(c) 1998-2004 Rob Kaper"),
- I18N_NOOP("KDE client for playing Monopoly-like games on the monopd network."),
+ I18N_NOOP("TDE client for playing Monopoly-like games on the monopd network."),
"http://unixcode.org/atlantik/"
);
diff --git a/kasteroids/main.cpp b/kasteroids/main.cpp
index 290f7a6e..3d7140cd 100644
--- a/kasteroids/main.cpp
+++ b/kasteroids/main.cpp
@@ -19,7 +19,7 @@
static const char description[] =
- I18N_NOOP("KDE Space Game");
+ I18N_NOOP("TDE Space Game");
int main( int argc, char *argv[] )
{
diff --git a/katomic/main.cpp b/katomic/main.cpp
index 7f8274f5..aecda398 100644
--- a/katomic/main.cpp
+++ b/katomic/main.cpp
@@ -28,7 +28,7 @@
static const char description[] =
- I18N_NOOP("KDE Atomic Entertainment Game");
+ I18N_NOOP("TDE Atomic Entertainment Game");
static const char version[] = "2.0";
diff --git a/kbackgammon/main.cpp b/kbackgammon/main.cpp
index b157412b..7a40d49c 100644
--- a/kbackgammon/main.cpp
+++ b/kbackgammon/main.cpp
@@ -28,7 +28,7 @@
#include "kbg.h"
#include "version.h"
-static const char description[] = I18N_NOOP("A Backgammon program for KDE");
+static const char description[] = I18N_NOOP("A Backgammon program for TDE");
static const char notice[] = I18N_NOOP("This is a graphical backgammon program. It supports "
"backgammon games\nwith other players, games against "
"computer engines like GNU bg and even\n"
diff --git a/kbattleship/kbattleship/kmessage.cpp b/kbattleship/kbattleship/kmessage.cpp
index f17e4bf5..baf5d916 100644
--- a/kbattleship/kbattleship/kmessage.cpp
+++ b/kbattleship/kbattleship/kmessage.cpp
@@ -27,7 +27,7 @@
const char *clientName = I18N_NOOP("KBattleship");
const char *clientVersion = "1.1";
-const char *clientDescription = I18N_NOOP("The KDE Battleship clone");
+const char *clientDescription = I18N_NOOP("The TDE Battleship clone");
const char *protocolVersion = "0.1.0";
KMessage::KMessage(int type)
diff --git a/kblackbox/main.cpp b/kblackbox/main.cpp
index 422dde44..b21650e7 100644
--- a/kblackbox/main.cpp
+++ b/kblackbox/main.cpp
@@ -18,7 +18,7 @@
#include "version.h"
-static const char description[] = I18N_NOOP("KDE Blackbox Game");
+static const char description[] = I18N_NOOP("TDE Blackbox Game");
/*
The program starts here.
diff --git a/kbounce/main.cpp b/kbounce/main.cpp
index 8fe444a2..6d11bf84 100644
--- a/kbounce/main.cpp
+++ b/kbounce/main.cpp
@@ -35,7 +35,7 @@ using namespace std;
using namespace Arts;
#endif
-static const char description[] = I18N_NOOP("KDE Bounce Ball Game");
+static const char description[] = I18N_NOOP("TDE Bounce Ball Game");
static const char version[] = "0.5";
int main(int argc, char **argv)
diff --git a/kmahjongg/main.cpp b/kmahjongg/main.cpp
index eb84ff37..579c9114 100644
--- a/kmahjongg/main.cpp
+++ b/kmahjongg/main.cpp
@@ -6,7 +6,7 @@
#include <kaboutdata.h>
#include <kimageio.h>
-static const char description[] = I18N_NOOP("Mahjongg for KDE");
+static const char description[] = I18N_NOOP("Mahjongg for TDE");
int main( int argc, char** argv )
{
diff --git a/kolf/main.cpp b/kolf/main.cpp
index 4f15d026..b59e6fd8 100644
--- a/kolf/main.cpp
+++ b/kolf/main.cpp
@@ -15,7 +15,7 @@
using namespace std;
static const char description[] =
-I18N_NOOP("KDE Minigolf Game");
+I18N_NOOP("TDE Minigolf Game");
static const char version[] = "1.1.1";
diff --git a/konquest/Konquest.cc b/konquest/Konquest.cc
index cea227fe..85a16e92 100644
--- a/konquest/Konquest.cc
+++ b/konquest/Konquest.cc
@@ -7,7 +7,7 @@
#include "mainwin.h"
#include "map_widget.h"
-static const char description[] = I18N_NOOP("Galactic Strategy KDE Game");
+static const char description[] = I18N_NOOP("Galactic Strategy TDE Game");
int
main(int argc, char **argv)
diff --git a/kpat/main.cpp b/kpat/main.cpp
index fcc213a8..95637b81 100644
--- a/kpat/main.cpp
+++ b/kpat/main.cpp
@@ -23,7 +23,7 @@
#include "version.h"
#include "pwidget.h"
-static const char description[] = I18N_NOOP("KDE Patience Game");
+static const char description[] = I18N_NOOP("TDE Patience Game");
static KCmdLineOptions options[] =
{
diff --git a/kpoker/main.cpp b/kpoker/main.cpp
index c8f2d1b5..68e7cc88 100644
--- a/kpoker/main.cpp
+++ b/kpoker/main.cpp
@@ -22,7 +22,7 @@
#include "version.h"
#include "top.h"
-static const char description[] = I18N_NOOP("KDE Poker Game");
+static const char description[] = I18N_NOOP("TDE Poker Game");
int main( int argc, char *argv[] )
{
diff --git a/kreversi/main.cpp b/kreversi/main.cpp
index 90e11eae..2998875e 100644
--- a/kreversi/main.cpp
+++ b/kreversi/main.cpp
@@ -48,7 +48,7 @@
#include "highscores.h"
-static const char description[] = I18N_NOOP("KDE Board Game");
+static const char description[] = I18N_NOOP("TDE Board Game");
int main(int argc, char **argv)
{
diff --git a/kshisen/main.cpp b/kshisen/main.cpp
index d3727f36..1e4adcdc 100644
--- a/kshisen/main.cpp
+++ b/kshisen/main.cpp
@@ -44,7 +44,7 @@
#include "version.h"
#include "app.h"
-static const char description[] = I18N_NOOP("A KDE game similiar to Mahjongg");
+static const char description[] = I18N_NOOP("A TDE game similiar to Mahjongg");
// A hack to circumvent tricky i18n issue, not used later on in the code.
// Both context and contents must be exactly the same as for the entry in
diff --git a/ksmiletris/main.cpp b/ksmiletris/main.cpp
index f7fcd212..20828141 100644
--- a/ksmiletris/main.cpp
+++ b/ksmiletris/main.cpp
@@ -31,7 +31,7 @@ this software.
#include "gamewindow.h"
-static const char description[] = I18N_NOOP("KDE SmileTris");
+static const char description[] = I18N_NOOP("TDE SmileTris");
int main(int argc, char **argv)
diff --git a/ksnake/main.cpp b/ksnake/main.cpp
index abdafd73..684487f8 100644
--- a/ksnake/main.cpp
+++ b/ksnake/main.cpp
@@ -29,7 +29,7 @@
#include <kaboutdata.h>
#include <kcmdlineargs.h>
-static const char description[] = I18N_NOOP("KDE Snake Race Game");
+static const char description[] = I18N_NOOP("TDE Snake Race Game");
int main( int argc, char **argv )
{
diff --git a/kspaceduel/main.cpp b/kspaceduel/main.cpp
index ab1952b1..c189c529 100644
--- a/kspaceduel/main.cpp
+++ b/kspaceduel/main.cpp
@@ -5,7 +5,7 @@
#include "version.h"
#include "topwidget.h"
-static const char description[] = I18N_NOOP("KDE Space Game");
+static const char description[] = I18N_NOOP("TDE Space Game");
int main(int argc,char **argv)
{