summaryrefslogtreecommitdiffstats
path: root/src/systemtray.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:17:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:17:39 -0600
commitbf9a82cf15f344877b72097e1f3542a34ff014d2 (patch)
treeb1bd215208810467c221da5add150166b8517ba8 /src/systemtray.cpp
parent28966b0f45e33638140cfeb71dbae76f51cc738c (diff)
downloadbasket-bf9a82cf15f344877b72097e1f3542a34ff014d2.tar.gz
basket-bf9a82cf15f344877b72097e1f3542a34ff014d2.zip
Additional kde to tde renaming
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)
{