From 1e608cf8f885ebc4ecf0b5a9284a5cfaf7e08c7f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 21 Jan 2025 14:28:28 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- libkdcraw/libkdcraw/dcrawbinary.cpp | 4 ++-- libkdcraw/libkdcraw/dcrawsettingswidget.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libkdcraw/libkdcraw/dcrawbinary.cpp b/libkdcraw/libkdcraw/dcrawbinary.cpp index 45da918..0aefadf 100644 --- a/libkdcraw/libkdcraw/dcrawbinary.cpp +++ b/libkdcraw/libkdcraw/dcrawbinary.cpp @@ -156,7 +156,7 @@ void DcrawBinary::checkReport() if (!isAvailable()) { KMessageBox::information( - kapp->activeWindow(), + tdeApp->activeWindow(), i18n("

Unable to find the %1 executable:
" "This binary program is required to support Raw file formats. " "You can continue, but you will not be able " @@ -172,7 +172,7 @@ void DcrawBinary::checkReport() if (!versionIsRight()) { KMessageBox::information( - kapp->activeWindow(), + tdeApp->activeWindow(), i18n("

%1 executable is not up to date:
" "The version %2 of this binary program have been found on your computer. " "This version is too old to run properly. " diff --git a/libkdcraw/libkdcraw/dcrawsettingswidget.cpp b/libkdcraw/libkdcraw/dcrawsettingswidget.cpp index baeec39..850309f 100644 --- a/libkdcraw/libkdcraw/dcrawsettingswidget.cpp +++ b/libkdcraw/libkdcraw/dcrawsettingswidget.cpp @@ -660,7 +660,7 @@ void DcrawSettingsWidget::updateMinimumWidth() void DcrawSettingsWidget::processDcrawURL(const TQString& url) { - TDEApplication::kApplication()->invokeBrowser(url); + tdeApp->invokeBrowser(url); } KURLRequester* DcrawSettingsWidget::inputProfileUrlEdit() const -- cgit v1.2.3