summaryrefslogtreecommitdiffstats
path: root/kcontrol/joystick/joystick.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:55:06 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:55:06 -0500
commitcd8f19f9bcd5c2b68475dfd9910c3578471c7e5f (patch)
tree57a68ff3373e591efe284ec384bdb8f488ac3bc9 /kcontrol/joystick/joystick.cpp
parent9242bcbf112c1e662c7989323dd2bcc8bc3b048e (diff)
downloadtdebase-cd8f19f9bcd5c2b68475dfd9910c3578471c7e5f.tar.gz
tdebase-cd8f19f9bcd5c2b68475dfd9910c3578471c7e5f.zip
Fix KDE -> TDE branding.
Diffstat (limited to 'kcontrol/joystick/joystick.cpp')
-rw-r--r--kcontrol/joystick/joystick.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/joystick/joystick.cpp b/kcontrol/joystick/joystick.cpp
index 3ffc0e1d7..65912a5a0 100644
--- a/kcontrol/joystick/joystick.cpp
+++ b/kcontrol/joystick/joystick.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 2003 by Martin Koller *
* m.koller@surfeu.at *
- * This file is part of the KDE Control Center Module for Joysticks *
+ * This file is part of the TDE Control Center Module for Joysticks *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -70,7 +70,7 @@ joystick::joystick(TQWidget *parent, const char *name, const TQStringList &)
: KCModule(JoystickFactory::instance(), parent, name)
{
setAboutData( new KAboutData("kcmjoystick", I18N_NOOP("KDE Joystick Control Module"), "1.0",
- I18N_NOOP("KDE Control Center Module to test Joysticks"),
+ I18N_NOOP("TDE Control Center Module to test Joysticks"),
KAboutData::License_GPL, "(c) 2004, Martin Koller",
0, "m.koller@surfeu.at"));