summaryrefslogtreecommitdiffstats
path: root/deco/baghiraclient.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deco/baghiraclient.cc')
-rw-r--r--deco/baghiraclient.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/deco/baghiraclient.cc b/deco/baghiraclient.cc
index 68e1d58..64d6131 100644
--- a/deco/baghiraclient.cc
+++ b/deco/baghiraclient.cc
@@ -3,7 +3,7 @@
// -------------------
// Baghira window decoration for KDE
// -------------------
-// Copyright (c) 2004, 2005 Thomas Lübking
+// Copyright (c) 2004, 2005 Thomas L�bking
// Please see the header file for copyright and license information.
//////////////////////////////////////////////////////////////////////////////
@@ -836,10 +836,10 @@ static bool blend( const TQImage & upper, const TQImage & lower, TQImage & outpu
output = lower.copy();
- register uchar *i, *o;
- register int a;
- register int col;
- register int w = upper.width();
+ uchar *i, *o;
+ int a;
+ int col;
+ int w = upper.width();
int row(upper.height() - 1);
do