summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--amarok/src/coverfetcher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/coverfetcher.cpp b/amarok/src/coverfetcher.cpp
index acf9e986..aaa0c99c 100644
--- a/amarok/src/coverfetcher.cpp
+++ b/amarok/src/coverfetcher.cpp
@@ -616,9 +616,9 @@ CoverFetcher::getUserQuery( TQString explanation )
virtual void accept()
{
- if( tqstrcmp( sender()->name(), "NewSearch" ) == 0 )
+ if( qstrcmp( sender()->name(), "NewSearch" ) == 0 )
done( 1000 );
- else if( tqstrcmp( sender()->name(), "NextCover" ) == 0 )
+ else if( qstrcmp( sender()->name(), "NextCover" ) == 0 )
done( 1001 );
else
KDialog::accept();