diff options
Diffstat (limited to 'kcontrol/background/main.cpp')
-rw-r--r-- | kcontrol/background/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/background/main.cpp b/kcontrol/background/main.cpp index e27aa50ac..23478b5e1 100644 --- a/kcontrol/background/main.cpp +++ b/kcontrol/background/main.cpp @@ -100,7 +100,7 @@ void KBackground::save() m_base->save(); // reconfigure kdesktop. kdesktop will notify all clients - DCOPClient *client = kapp->dcopClient(); + DCOPClient *client = tdeApp->dcopClient(); if (!client->isAttached()) client->attach(); |