diff options
author | Michele Calgaro <[email protected]> | 2025-01-22 20:40:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-22 20:40:51 +0900 |
commit | 58344bb70f60a646cb1bcb8b3da0ffc36e8424c8 (patch) | |
tree | 7fa9114b600767c41ad3f04827efd7a4f4d4a85f | |
parent | c94b0e64b7c3a3abb7e631444840212852dc6b2c (diff) | |
download | compizconfig-backend-tdeconfig-58344bb70f60a646cb1bcb8b3da0ffc36e8424c8.tar.gz compizconfig-backend-tdeconfig-58344bb70f60a646cb1bcb8b3da0ffc36e8424c8.zip |
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | settings-backend/tdeconfig_backend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings-backend/tdeconfig_backend.cpp b/settings-backend/tdeconfig_backend.cpp index 1dd0ca6..746f872 100644 --- a/settings-backend/tdeconfig_backend.cpp +++ b/settings-backend/tdeconfig_backend.cpp @@ -1837,7 +1837,7 @@ writeDone (CCSContext *) { cFiles->twin->sync(); cFiles->global->sync(); - DCOPClient *client = kapp->dcopClient(); + DCOPClient *client = tdeApp->dcopClient(); if (!client->isAttached()) client->attach(); client->send("twin", "KWinInterface", "reconfigure()", TQString("")); |