summaryrefslogtreecommitdiffstats
path: root/src/themedesigner
diff options
context:
space:
mode:
Diffstat (limited to 'src/themedesigner')
-rw-r--r--src/themedesigner/mainwindow.cpp2
-rw-r--r--src/themedesigner/themediconitem.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/themedesigner/mainwindow.cpp b/src/themedesigner/mainwindow.cpp
index f51a4f64..ae4ef0d7 100644
--- a/src/themedesigner/mainwindow.cpp
+++ b/src/themedesigner/mainwindow.cpp
@@ -231,7 +231,7 @@ MainWindow::MainWindow()
m_folderView->setResizeMode(TQListView::LastColumn);
m_folderView->setRootIsDecorated(true);
- TDEIconLoader *iconLoader = TDEApplication::kApplication()->iconLoader();
+ TDEIconLoader *iconLoader = tdeApp->iconLoader();
for (int i=0; i<10; i++)
{
FolderItem* folderItem = new FolderItem(m_folderView, TQString("Album %1").arg(i));
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);