summaryrefslogtreecommitdiffstats
path: root/kicker-applets/kbinaryclock
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-20 18:25:59 +0900
committerMichele Calgaro <[email protected]>2025-02-03 21:40:45 +0900
commita7d0afc3a01114462488507812eb35d8d4ed0eb5 (patch)
treef9f2a3f5a6a0f15340c83c3249bff45eed905261 /kicker-applets/kbinaryclock
parent3318f2ef06191e7bb921bc9aca857cc938c169d9 (diff)
downloadtdeaddons-a7d0afc3a01114462488507812eb35d8d4ed0eb5.tar.gz
tdeaddons-a7d0afc3a01114462488507812eb35d8d4ed0eb5.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kicker-applets/kbinaryclock')
-rw-r--r--kicker-applets/kbinaryclock/kbinaryclock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker-applets/kbinaryclock/kbinaryclock.cpp b/kicker-applets/kbinaryclock/kbinaryclock.cpp
index 192c781..98eca66 100644
--- a/kicker-applets/kbinaryclock/kbinaryclock.cpp
+++ b/kicker-applets/kbinaryclock/kbinaryclock.cpp
@@ -305,7 +305,7 @@ void KBinaryClock::openContextMenu() {
if (!bImmutable)
{
- if (kapp->authorize("user/root"))
+ if (tdeApp->authorize("user/root"))
{
menu->insertItem(SmallIcon("date"), i18n("&Adjust Date && Time..."), 103, 4);
}