summaryrefslogtreecommitdiffstats
path: root/kded
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-09-07 20:39:30 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-09-07 20:39:30 -0500
commitc4284606f6b7a3dab5c38f58daea398c44b33745 (patch)
treecd1c7c832a82a667fd9ba6239a1e9b8e09288df1 /kded
parente4f16abb29805df949498799f347874f3f67c288 (diff)
downloadtdelibs-c4284606f6b7a3dab5c38f58daea398c44b33745.tar.gz
tdelibs-c4284606f6b7a3dab5c38f58daea398c44b33745.zip
Rename terminateKDE->terminateTDE
Diffstat (limited to 'kded')
-rw-r--r--kded/kded.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kded/kded.cpp b/kded/kded.cpp
index 16cbfa2ce..c7a0aa221 100644
--- a/kded/kded.cpp
+++ b/kded/kded.cpp
@@ -770,7 +770,7 @@ public:
KDEDApplication() : KUniqueApplication( )
{
startup = true;
- dcopClient()->connectDCOPSignal( "DCOPServer", "", "terminateKDE()",
+ dcopClient()->connectDCOPSignal( "DCOPServer", "", "terminateTDE()",
objId(), "quit()", false );
}