summaryrefslogtreecommitdiffstats
path: root/twin-styles/smooth-blend/client
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 /twin-styles/smooth-blend/client
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 'twin-styles/smooth-blend/client')
-rw-r--r--twin-styles/smooth-blend/client/smoothblend.cc4
-rw-r--r--twin-styles/smooth-blend/client/smoothblend.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/twin-styles/smooth-blend/client/smoothblend.cc b/twin-styles/smooth-blend/client/smoothblend.cc
index e60b297e..dda1f1b0 100644
--- a/twin-styles/smooth-blend/client/smoothblend.cc
+++ b/twin-styles/smooth-blend/client/smoothblend.cc
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////////
// smoothblend.cc
// -------------------
-// Smooth Blend window decoration for KDE
+// Smooth Blend window decoration for TDE
// -------------------
// Copyright (c) 2005 Ryan Nickell
// Please see the header file for copyright and license information.
@@ -1303,7 +1303,7 @@ void smoothblendClient::showEvent(TQShowEvent *) {
void smoothblendClient::maxButtonPressed() {
if (button[ButtonMax]) {
-#if KDE_IS_VERSION(3, 3, 0)
+#if TDE_IS_VERSION(3, 3, 0)
maximize(button[ButtonMax]->lastMousePress());
#else
diff --git a/twin-styles/smooth-blend/client/smoothblend.h b/twin-styles/smooth-blend/client/smoothblend.h
index 3e2dc626..c7e1d2da 100644
--- a/twin-styles/smooth-blend/client/smoothblend.h
+++ b/twin-styles/smooth-blend/client/smoothblend.h
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////////
// smoothblend.h
// -------------------
-// Smooth Blend window decoration for KDE
+// Smooth Blend window decoration for TDE
// -------------------
// Copyright (c) 2005 Ryan Nickell <p0z3r@users.sourceforge.net>
//