summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/core/container_applet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/core/container_applet.cpp')
-rw-r--r--kicker/kicker/core/container_applet.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/kicker/core/container_applet.cpp b/kicker/kicker/core/container_applet.cpp
index d3d7f10ba..969a81847 100644
--- a/kicker/kicker/core/container_applet.cpp
+++ b/kicker/kicker/core/container_applet.cpp
@@ -139,7 +139,7 @@ void AppletContainer::configure()
if (isImmutable() ||
KickerSettings::hideAppletHandles() ||
- !kapp->authorizeKAction("kicker_rmb"))
+ !kapp->authorizeTDEAction("kicker_rmb"))
{
if (_handle->isVisibleTo(this))
{
@@ -216,7 +216,7 @@ void AppletContainer::signalToBeRemoved()
void AppletContainer::showAppletMenu()
{
- if (!kapp->authorizeKAction("kicker_rmb"))
+ if (!kapp->authorizeTDEAction("kicker_rmb"))
{
return;
}
@@ -461,7 +461,7 @@ void AppletContainer::setImmutable(bool immutable)
BaseContainer::setImmutable(immutable);
if (isImmutable() ||
KickerSettings::hideAppletHandles() ||
- !kapp->authorizeKAction("kicker_rmb"))
+ !kapp->authorizeTDEAction("kicker_rmb"))
{
if (_handle->isVisibleTo(this))
{