diff options
Diffstat (limited to 'tdedebugdialog/tdelistdebugdialog.cpp')
-rw-r--r-- | tdedebugdialog/tdelistdebugdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdedebugdialog/tdelistdebugdialog.cpp b/tdedebugdialog/tdelistdebugdialog.cpp index 4c3bb9f0e..c25cb18f6 100644 --- a/tdedebugdialog/tdelistdebugdialog.cpp +++ b/tdedebugdialog/tdelistdebugdialog.cpp @@ -168,7 +168,7 @@ void TDEListDebugDialog::save() // send DCOP message to all clients TQByteArray data; - if (!kapp->dcopClient()->send("*", "KDebug", "notifyKDebugConfigChanged()", data)) + if (!tdeApp->dcopClient()->send("*", "KDebug", "notifyKDebugConfigChanged()", data)) { kdError() << "Unable to send DCOP message" << endl; } |