summaryrefslogtreecommitdiffstats
path: root/amarok/src/osd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/osd.cpp')
-rw-r--r--amarok/src/osd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/osd.cpp b/amarok/src/osd.cpp
index 88fdbd97..6e5bd7f7 100644
--- a/amarok/src/osd.cpp
+++ b/amarok/src/osd.cpp
@@ -522,7 +522,7 @@ OSDWidget::paintMe()
// Convert the ARGB pixmap to an ARGB image
// NOTE 1: TQPixmap::convertToImage() always converts an ARGB pixmap into an RGB image
- // NOTE 2: This should eventually make its way into kdelibs or Qt itself,
+ // NOTE 2: This should eventually make its way into tdelibs or Qt itself,
// as it would also be useful in applications other than Amarok
int w = blendedImage.width();
int h = blendedImage.height();