Use tdeApp

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/22/head
Michele Calgaro 1 year ago
parent b19c570a67
commit 1e608cf8f8
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -156,7 +156,7 @@ void DcrawBinary::checkReport()
if (!isAvailable())
{
KMessageBox::information(
kapp->activeWindow(),
tdeApp->activeWindow(),
i18n("<qt><p>Unable to find the <b>%1</b> executable:<br>"
"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("<qt><p><b>%1</b> executable is not up to date:<br> "
"The version %2 of this binary program have been found on your computer. "
"This version is too old to run properly. "

@ -660,7 +660,7 @@ void DcrawSettingsWidget::updateMinimumWidth()
void DcrawSettingsWidget::processDcrawURL(const TQString& url)
{
TDEApplication::kApplication()->invokeBrowser(url);
tdeApp->invokeBrowser(url);
}
KURLRequester* DcrawSettingsWidget::inputProfileUrlEdit() const

Loading…
Cancel
Save