summaryrefslogtreecommitdiffstats
path: root/amarok/src/contextbrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/contextbrowser.cpp')
-rw-r--r--amarok/src/contextbrowser.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/amarok/src/contextbrowser.cpp b/amarok/src/contextbrowser.cpp
index 394b2589..9e434496 100644
--- a/amarok/src/contextbrowser.cpp
+++ b/amarok/src/contextbrowser.cpp
@@ -147,7 +147,7 @@ namespace Amarok
void albumArtistTrackFromUrl( TQString url, TQString &artist, TQString &album, TQString &detail )
{
if ( !url.contains("@@@") ) return;
- //KHTML removes the trailing space!
+ //TDEHTML removes the trailing space!
if ( url.endsWith( " @@@" ) )
url += ' ';
@@ -392,8 +392,8 @@ ContextBrowser::~ContextBrowser()
ThreadManager::instance()->abortAllJobsNamed( "CurrentTrackJob" );
- // Ensure the KHTMLPart dies before its KHTMLView dies,
- // because KHTMLPart's dtoring relies on its KHTMLView still being alive
+ // Ensure the TDEHTMLPart dies before its TDEHTMLView dies,
+ // because TDEHTMLPart's dtoring relies on its TDEHTMLView still being alive
// (see bug 130494).
delete m_currentTrackPage;
delete m_lyricsPage;