summaryrefslogtreecommitdiffstats
path: root/amarok/src/osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/osd.h')
-rw-r--r--amarok/src/osd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/osd.h b/amarok/src/osd.h
index 625145d3..eaf0a4f4 100644
--- a/amarok/src/osd.h
+++ b/amarok/src/osd.h
@@ -57,7 +57,7 @@ class OSDWidget : public TQWidget
void setTextColor( const TQColor &color ) { setPaletteForegroundColor( color ); }
void setBackgroundColor(const TQColor &color ) { setPaletteBackgroundColor( color ); }
void setOffset( int y ) { m_y = y; }
- void tqsetAlignment( Alignment tqalignment ) { m_tqalignment = tqalignment; }
+ void setAlignment( Alignment tqalignment ) { m_tqalignment = tqalignment; }
void setImage( const TQImage &image ) { m_cover = image; }
void setScreen( int screen );
void setText( const TQString &text ) { m_text = text; }