summaryrefslogtreecommitdiffstats
path: root/amarok/src/playlistbrowseritem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:18:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:18:24 -0600
commitc9f212164b08f3ff5b8f82c78361791da6ea5366 (patch)
treed24f8609cb998ab5b023a59347592f05da7046ff /amarok/src/playlistbrowseritem.cpp
parent700293d44659f7b108533d99bcc3ce5c08d6c64e (diff)
downloadamarok-c9f212164b08f3ff5b8f82c78361791da6ea5366.tar.gz
amarok-c9f212164b08f3ff5b8f82c78361791da6ea5366.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'amarok/src/playlistbrowseritem.cpp')
-rw-r--r--amarok/src/playlistbrowseritem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/playlistbrowseritem.cpp b/amarok/src/playlistbrowseritem.cpp
index b2401e41..5ab0ed69 100644
--- a/amarok/src/playlistbrowseritem.cpp
+++ b/amarok/src/playlistbrowseritem.cpp
@@ -3485,7 +3485,7 @@ void ShoutcastBrowser::setOpen( bool open )
m_animationTimer.start( ANIMATION_INTERVAL );
connect( &m_animationTimer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotAnimation()) );
- TQStringList tmpdirs = KGlobal::dirs()->resourceDirs( "tmp" );
+ TQStringList tmpdirs = TDEGlobal::dirs()->resourceDirs( "tmp" );
TQString tmpfile = tmpdirs[0];
tmpfile += "/amarok-genres-" + TDEApplication::randomString(10) + ".xml-";
@@ -3643,7 +3643,7 @@ void ShoutcastGenre::setOpen( bool open )
m_animationTimer.start( ANIMATION_INTERVAL );
connect( &m_animationTimer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotAnimation()) );
- TQStringList tmpdirs = KGlobal::dirs()->resourceDirs( "tmp" );
+ TQStringList tmpdirs = TDEGlobal::dirs()->resourceDirs( "tmp" );
//get the genre list from shoutcast async, and when its done call the finish up functions to process
if( !m_downloading)