summaryrefslogtreecommitdiffstats
path: root/src/themedesigner/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/themedesigner/mainwindow.cpp')
-rw-r--r--src/themedesigner/mainwindow.cpp2
1 files changed, 1 insertions, 1 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));