summaryrefslogtreecommitdiffstats
path: root/juk/systemtray.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:21 -0600
commit3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b (patch)
treed69f9f717e93a0731424e4817804402ebc342318 /juk/systemtray.cpp
parent275f642e8f4d53a8530ec6c7ee69652765354ef9 (diff)
downloadtdemultimedia-3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b.tar.gz
tdemultimedia-3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b.zip
Additional kde to tde renaming
Diffstat (limited to 'juk/systemtray.cpp')
-rw-r--r--juk/systemtray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/systemtray.cpp b/juk/systemtray.cpp
index e326ef27..ad1eb7c8 100644
--- a/juk/systemtray.cpp
+++ b/juk/systemtray.cpp
@@ -590,7 +590,7 @@ void SystemTray::mousePressEvent(TQMouseEvent *e)
/*
* This function copies the entirety of src into dest, starting in
* dest at x and y. This function exists because I was unable to find
- * a function like it in either TQImage or kdefx
+ * a function like it in either TQImage or tdefx
*/
static bool copyImage(TQImage &dest, TQImage &src, int x, int y)