diff options
Diffstat (limited to 'src/themedesigner/themediconitem.cpp')
-rw-r--r-- | src/themedesigner/themediconitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/themedesigner/themediconitem.cpp b/src/themedesigner/themediconitem.cpp index 2ed7df80..9e90beda 100644 --- a/src/themedesigner/themediconitem.cpp +++ b/src/themedesigner/themediconitem.cpp @@ -135,7 +135,7 @@ void ThemedIconItem::paintItem() { r = view->itemPixmapRect(); - TDEIconLoader *iconLoader = TDEApplication::kApplication()->iconLoader(); + TDEIconLoader *iconLoader = tdeApp->iconLoader(); TQPixmap thumbnail = iconLoader->loadIcon("colors", TDEIcon::NoGroup, 100, TDEIcon::DefaultState, 0, true); |