summaryrefslogtreecommitdiffstats
path: root/kdesktop/kshadowengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/kshadowengine.h')
-rw-r--r--kdesktop/kshadowengine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/kshadowengine.h b/kdesktop/kshadowengine.h
index 33391e464..4a9d6b7eb 100644
--- a/kdesktop/kshadowengine.h
+++ b/kdesktop/kshadowengine.h
@@ -92,13 +92,13 @@ class KShadowEngine
/*
* a slower algorithm where the influence of a pixel
- * is qGray(px)/(abs(dx) + abs(dy) +1).
+ * is tqGray(px)/(abs(dx) + abs(dy) +1).
*/
double doubleLinearDecay(TQImage& source, int x, int y);
/*
* a very slow algorithm where the influence of a pixel
- * is qGray(px)/(sqrt(sqr(dx) + sqr(dy)) +1).
+ * is tqGray(px)/(sqrt(sqr(dx) + sqr(dy)) +1).
*/
double radialDecay(TQImage& source, int x, int y);