summaryrefslogtreecommitdiffstats
path: root/kviewshell/tdemultipage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/tdemultipage.cpp')
-rw-r--r--kviewshell/tdemultipage.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kviewshell/tdemultipage.cpp b/kviewshell/tdemultipage.cpp
index 49294609..b11f9b38 100644
--- a/kviewshell/tdemultipage.cpp
+++ b/kviewshell/tdemultipage.cpp
@@ -639,7 +639,7 @@ void KMultiPage::handleLocalLink(const TQString &linkText)
TQStringList args;
args << "openURL";
args << Link_Url.toString();
- kapp->tdeinitExec("kfmclient", args);
+ tdeApp->tdeinitExec("kfmclient", args);
}
}
}
@@ -1428,7 +1428,7 @@ void KMultiPage::findNextText()
if (i != 0)
{
setStatusBarText(i18n("Search page %1 of %2").arg(pageNumber).arg(numberOfPages()));
- kapp->processEvents();
+ tdeApp->processEvents();
}
// Check if we already have a rendered version of the page in the cache. As we are only interested in the
@@ -1570,7 +1570,7 @@ void KMultiPage::findPrevText()
if (i != 0)
{
setStatusBarText(i18n("Search page %1 of %2").arg(pageNumber).arg(numberOfPages()));
- kapp->processEvents();
+ tdeApp->processEvents();
}
// Check if we already have a rendered version of the page in the cache. As we are only interested in the