diff options
Diffstat (limited to 'src/libs/dialogs/rawcameradlg.cpp')
-rw-r--r-- | src/libs/dialogs/rawcameradlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/dialogs/rawcameradlg.cpp b/src/libs/dialogs/rawcameradlg.cpp index 298b47d4..0323c19e 100644 --- a/src/libs/dialogs/rawcameradlg.cpp +++ b/src/libs/dialogs/rawcameradlg.cpp @@ -93,9 +93,9 @@ RawCameraDlg::RawCameraDlg(TQWidget *parent) // -------------------------------------------------------- TQLabel *logo = new TQLabel(page); - TDEIconLoader* iconLoader = TDEApplication::kApplication()->iconLoader(); + TDEIconLoader* iconLoader = tdeApp->iconLoader(); - if (TDEApplication::kApplication()->aboutData()->appName() == TQString("digikam")) + if (tdeApp->aboutData()->appName() == TQString("digikam")) logo->setPixmap(iconLoader->loadIcon("digikam", TDEIcon::NoGroup, 96, TDEIcon::DefaultState, 0, true)); else logo->setPixmap(iconLoader->loadIcon("showfoto", TDEIcon::NoGroup, 96, TDEIcon::DefaultState, 0, true)); |