From e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:09:45 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- src/fetch/fetchmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fetch/fetchmanager.cpp') 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 #define LOAD_ICON(name, group, size) \ - TDEGlobal::iconLoader()->loadIcon(name, static_cast(group), size_) + TDEGlobal::iconLoader()->loadIcon(name, static_cast(group), size_) using Tellico::Fetch::Manager; Manager* Manager::s_self = 0; -- cgit v1.2.1