summaryrefslogtreecommitdiffstats
path: root/katapult/plugins/catalogs/amarokcatalog/actionplaysong.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:53 -0600
commita935c1de6f952a489a96a27cb897144b5d225ebe (patch)
treef18b873df3b93a00c8fc16844a30d1476434c03d /katapult/plugins/catalogs/amarokcatalog/actionplaysong.cpp
parent155220cc57a9be0841398c81b35cd8b22b3156ba (diff)
downloadkatapult-a935c1de6f952a489a96a27cb897144b5d225ebe.tar.gz
katapult-a935c1de6f952a489a96a27cb897144b5d225ebe.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'katapult/plugins/catalogs/amarokcatalog/actionplaysong.cpp')
-rw-r--r--katapult/plugins/catalogs/amarokcatalog/actionplaysong.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/katapult/plugins/catalogs/amarokcatalog/actionplaysong.cpp b/katapult/plugins/catalogs/amarokcatalog/actionplaysong.cpp
index 9847bcb..be9f492 100644
--- a/katapult/plugins/catalogs/amarokcatalog/actionplaysong.cpp
+++ b/katapult/plugins/catalogs/amarokcatalog/actionplaysong.cpp
@@ -35,7 +35,7 @@
TQPixmap ActionPlaySong::icon(int size) const
{
- return KGlobal::iconLoader()->loadIcon("amarok", KIcon::NoGroup, size);
+ return TDEGlobal::iconLoader()->loadIcon("amarok", KIcon::NoGroup, size);
}
TQString ActionPlaySong::text() const