summaryrefslogtreecommitdiffstats
path: root/twin-styles/smooth-blend/client
diff options
context:
space:
mode:
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>
//