summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/dbus/qdbusperformance/server/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/dbus/qdbusperformance/server/server.cpp')
-rw-r--r--tests/benchmarks/dbus/qdbusperformance/server/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/dbus/qdbusperformance/server/server.cpp b/tests/benchmarks/dbus/qdbusperformance/server/server.cpp
index 765852cfca..556de71568 100644
--- a/tests/benchmarks/dbus/qdbusperformance/server/server.cpp
+++ b/tests/benchmarks/dbus/qdbusperformance/server/server.cpp
@@ -43,7 +43,7 @@
#include "../serverobject.h"
-static const char serviceName[] = "com.trolltech.autotests.performance";
+static const char serviceName[] = "org.qtproject.autotests.performance";
static const char objectPath[] = "/";
int main(int argc, char *argv[])