diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-08 18:47:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-08 18:47:23 +0900 |
commit | 3e5e8758323e2cfd2c7a84bef2142a3cabe6c1b2 (patch) | |
tree | b116077afb8989fa69b71119f0b483b9542bdd28 /kcontrol/joystick/joystick.cpp | |
parent | cbc0ec1b7851872bb8b29bd3b1a2e4d643715431 (diff) | |
download | tdebase-3e5e8758323e2cfd2c7a84bef2142a3cabe6c1b2.tar.gz tdebase-3e5e8758323e2cfd2c7a84bef2142a3cabe6c1b2.zip |
Rebranding: TDE Control Center --> Trinity Control Center
Diffstat (limited to 'kcontrol/joystick/joystick.cpp')
-rw-r--r-- | kcontrol/joystick/joystick.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/joystick/joystick.cpp b/kcontrol/joystick/joystick.cpp index 69e81b79b..d0521d81e 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 TDE Control Center Module for Joysticks * + * This file is part of the Trinity 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 &) : TDECModule(JoystickFactory::instance(), parent, name) { setAboutData( new TDEAboutData("kcmjoystick", I18N_NOOP("TDE Joystick Control Module"), "1.0", - I18N_NOOP("TDE Control Center Module to test Joysticks"), + I18N_NOOP("Trinity Control Center Module to test Joysticks"), TDEAboutData::License_GPL, "(c) 2004, Martin Koller", 0, "m.koller@surfeu.at")); |