summaryrefslogtreecommitdiffstats
path: root/kate/insertcommand/plugin_kateinsertcommand.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-20 18:25:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-03 21:40:45 +0900
commita7d0afc3a01114462488507812eb35d8d4ed0eb5 (patch)
treef9f2a3f5a6a0f15340c83c3249bff45eed905261 /kate/insertcommand/plugin_kateinsertcommand.cpp
parent3318f2ef06191e7bb921bc9aca857cc938c169d9 (diff)
downloadtdeaddons-a7d0afc3a01114462488507812eb35d8d4ed0eb5.tar.gz
tdeaddons-a7d0afc3a01114462488507812eb35d8d4ed0eb5.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/insertcommand/plugin_kateinsertcommand.cpp')
-rw-r--r--kate/insertcommand/plugin_kateinsertcommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/insertcommand/plugin_kateinsertcommand.cpp b/kate/insertcommand/plugin_kateinsertcommand.cpp
index 5351795..f744b55 100644
--- a/kate/insertcommand/plugin_kateinsertcommand.cpp
+++ b/kate/insertcommand/plugin_kateinsertcommand.cpp
@@ -109,7 +109,7 @@ void PluginKateInsertCommand::removeView(Kate::MainWindow *win)
void PluginKateInsertCommand::slotInsertCommand()
{
- if (!kapp->authorize("shell_access")) {
+ if (!tdeApp->authorize("shell_access")) {
KMessageBox::sorry(0,i18n("You are not allowed to execute arbitrary external applications. If you want to be able to do this, contact your system administrator."),i18n("Access Restrictions"));
return;
}