summaryrefslogtreecommitdiffstats
path: root/amarok
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 16:33:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 16:33:17 +0900
commitd42651f2a20fad192256b44c576170ad508cf536 (patch)
tree8c618ce87d934f4e362f555e644410bd0c3104d2 /amarok
parentf55b7cf021945fd8004bb1af638df25d52bfa855 (diff)
downloadamarok-d42651f2a20fad192256b44c576170ad508cf536.tar.gz
amarok-d42651f2a20fad192256b44c576170ad508cf536.zip
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'amarok')
-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();