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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/osd.cpp b/amarok/src/osd.cpp
index 74bfa51e..af5bdfd8 100644
--- a/amarok/src/osd.cpp
+++ b/amarok/src/osd.cpp
@@ -284,7 +284,7 @@ OSDWidget::render( const uint M, const TQSize &size )
TQPoint point;
TQRect rect( point, size );
- // From qt sources
+ // From tqt sources
const uint xround = (M * 200) / size.width();
const uint yround = (M * 200) / size.height();
@@ -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 tdelibs or Qt itself,
+ // NOTE 2: This should eventually make its way into tdelibs or TQt itself,
// as it would also be useful in applications other than Amarok
int w = blendedImage.width();
int h = blendedImage.height();