summaryrefslogtreecommitdiffstats
path: root/tdedebugdialog/tdedebugdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdedebugdialog/tdedebugdialog.cpp')
-rw-r--r--tdedebugdialog/tdedebugdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdedebugdialog/tdedebugdialog.cpp b/tdedebugdialog/tdedebugdialog.cpp
index 6a1043345..1f1df1239 100644
--- a/tdedebugdialog/tdedebugdialog.cpp
+++ b/tdedebugdialog/tdedebugdialog.cpp
@@ -244,7 +244,7 @@ void TDEDebugDialog::save()
pConfig->writeEntry( "AbortFatal", pAbortFatal->isChecked() );
TQByteArray data;
- if (!kapp->dcopClient()->send("*", "KDebug", "notifyKDebugConfigChanged()", data))
+ if (!tdeApp->dcopClient()->send("*", "KDebug", "notifyKDebugConfigChanged()", data))
{
kdError() << "Unable to send DCOP message" << endl;
}