summaryrefslogtreecommitdiffstats
path: root/tdescreensaver/kdesavers/rotation.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-29 01:21:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-29 01:21:58 -0500
commit54e824664fbb115686c390082459c1b66d606905 (patch)
treefd18434509f44a55444778469da62acc761f9514 /tdescreensaver/kdesavers/rotation.cpp
parent623deae25963f155f0c10011e59b10e857c0db18 (diff)
downloadtdeartwork-54e824664fbb115686c390082459c1b66d606905.tar.gz
tdeartwork-54e824664fbb115686c390082459c1b66d606905.zip
Rename remaining KDE strings to TDE, with the exception of a couple of build variables
Diffstat (limited to 'tdescreensaver/kdesavers/rotation.cpp')
-rw-r--r--tdescreensaver/kdesavers/rotation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdescreensaver/kdesavers/rotation.cpp b/tdescreensaver/kdesavers/rotation.cpp
index c960c66c..9d9a1442 100644
--- a/tdescreensaver/kdesavers/rotation.cpp
+++ b/tdescreensaver/kdesavers/rotation.cpp
@@ -1,6 +1,6 @@
//============================================================================
//
-// KRotation screen saver for KDE
+// KRotation screen saver for TDE
//
// The screen saver displays a physically realistic simulation of a force free
// rotating asymmetric body. The equations of motion for such a rotation, the
@@ -36,7 +36,7 @@
#include <tqlineedit.h>
#include <tqvalidator.h>
#include <tqtooltip.h>
-// KDE headers
+// TDE headers
#include <tdelocale.h>
#include <tdeconfig.h>
#include <kdebug.h>
@@ -780,7 +780,7 @@ void KRotationSetup::okButtonClickedSlot(void)
void KRotationSetup::aboutButtonClickedSlot(void)
{
KMessageBox::about(this, i18n("\
-<h3>KRotation Screen Saver for KDE</h3>\
+<h3>KRotation Screen Saver for TDE</h3>\
<p>Simulation of a force free rotating asymmetric body</p>\
<p>Copyright (c) Georg&nbsp;Drenkhahn 2004</p>\
<p><tt>georg-d@users.sourceforge.net</tt></p>"));