diff options
Diffstat (limited to 'dcop/testdcop.cpp')
-rw-r--r-- | dcop/testdcop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcop/testdcop.cpp b/dcop/testdcop.cpp index 5e4cd00c7..1e70171d2 100644 --- a/dcop/testdcop.cpp +++ b/dcop/testdcop.cpp @@ -258,12 +258,12 @@ int main(int argc, char **argv) foundApp.data(), foundObj.data()); // Find an object called "object1" in any application. - boolResult = client->findObject( "", "ksycoca", "", data, foundApp, foundObj); + boolResult = client->findObject( "", "tdesycoca", "", data, foundApp, foundObj); tqDebug("findObject: result = %s, %s, %s\n", boolResult ? "true" : "false", foundApp.data(), foundObj.data()); // Find ourselves in any application. - boolResult = client->findObject( "testdcop", "ksycoca", "", data, foundApp, foundObj); + boolResult = client->findObject( "testdcop", "tdesycoca", "", data, foundApp, foundObj); tqDebug("findObject: result = %s, %s, %s\n", boolResult ? "true" : "false", foundApp.data(), foundObj.data()); |