summaryrefslogtreecommitdiffstats
path: root/src/fetch/fetchmanager.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-04 14:09:45 -0600
committerTimothy Pearson <[email protected]>2013-02-04 14:09:45 -0600
commite07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15 (patch)
tree94803b21fdee73ff4e3e0233a1d06e515c0c2ec2 /src/fetch/fetchmanager.cpp
parentb2c2c2b762ac216cb11ab0bfa798fbbceb9da61d (diff)
downloadtellico-e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15.tar.gz
tellico-e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/fetch/fetchmanager.cpp')
-rw-r--r--src/fetch/fetchmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch/fetchmanager.cpp b/src/fetch/fetchmanager.cpp
index 5bc1946..56bea0a 100644
--- a/src/fetch/fetchmanager.cpp
+++ b/src/fetch/fetchmanager.cpp
@@ -60,7 +60,7 @@
#include <tqdir.h>
#define LOAD_ICON(name, group, size) \
- TDEGlobal::iconLoader()->loadIcon(name, static_cast<KIcon::Group>(group), size_)
+ TDEGlobal::iconLoader()->loadIcon(name, static_cast<TDEIcon::Group>(group), size_)
using Tellico::Fetch::Manager;
Manager* Manager::s_self = 0;