diff options
Diffstat (limited to 'konq-plugins/sidebar/newsticker/sidebar_news.cpp')
-rw-r--r-- | konq-plugins/sidebar/newsticker/sidebar_news.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/sidebar/newsticker/sidebar_news.cpp b/konq-plugins/sidebar/newsticker/sidebar_news.cpp index f701ae2..f8c1ee8 100644 --- a/konq-plugins/sidebar/newsticker/sidebar_news.cpp +++ b/konq-plugins/sidebar/newsticker/sidebar_news.cpp @@ -33,7 +33,7 @@ #include <tdeapplication.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kdesktopfile.h> +#include <tdedesktopfile.h> #include <kiconloader.h> #include <tdemacros.h> #include "sidebar_news.h" @@ -53,7 +53,7 @@ namespace KSB_News { // get the application icon // FIXME: as konqueror knows the icon there might be a possibility to // access the already present TQPixmap - KDesktopFile desktopFile(desktopName, true); + TDEDesktopFile desktopFile(desktopName, true); TQString iconName = desktopFile.readIcon(); TDEIconLoader iconLoader; m_appIcon = iconLoader.loadIcon(iconName, TDEIcon::Small); |