summaryrefslogtreecommitdiffstats
path: root/src/themedesigner
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-21 14:25:31 +0900
committerMichele Calgaro <[email protected]>2025-02-03 22:24:26 +0900
commitedfc85e62cba9be0a16a44c060141f33d0f28481 (patch)
treecf90faf51aca0a8e89f7fbdcbfcc11b02f3021b5 /src/themedesigner
parent0bf733ec1780acd7d7f0122559029e09001b840e (diff)
downloaddigikam-edfc85e62cba9be0a16a44c060141f33d0f28481.tar.gz
digikam-edfc85e62cba9be0a16a44c060141f33d0f28481.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
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);