summaryrefslogtreecommitdiffstats
path: root/src/systemtray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemtray.cpp')
-rw-r--r--src/systemtray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemtray.cpp b/src/systemtray.cpp
index 52e0f47..503eb3e 100644
--- a/src/systemtray.cpp
+++ b/src/systemtray.cpp
@@ -351,7 +351,7 @@ void SystemTray::dropEvent(TQDropEvent *event)
/*
* 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)
{