diff options
Diffstat (limited to 'amarok/src/osd.cpp')
-rw-r--r-- | amarok/src/osd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/osd.cpp b/amarok/src/osd.cpp index 02a6aa58..c9a3e379 100644 --- a/amarok/src/osd.cpp +++ b/amarok/src/osd.cpp @@ -60,7 +60,7 @@ OSDWidget::OSDWidget( TQWidget *parent, const char *name ) , m_rating( 0 ) , m_volume( false ) { - setFocusPolicy( TQ_NoFocus ); + setFocusPolicy( TQWidget::NoFocus ); setBackgroundMode( NoBackground ); unsetColors(); @@ -225,7 +225,7 @@ OSDWidget::determineMetrics( const uint M ) m_scaledCover = m_cover.smoothScale( TQMIN( availableWidth, m_cover.width() ), TQMIN( rect.height(), m_cover.height() ), - TQ_ScaleMin ); //this will force us to be with our bounds + TQImage::ScaleMin ); //this will force us to be with our bounds int shadowWidth = 0; if( m_drawShadow && !m_scaledCover.hasAlpha() && |