summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/dbus/qdbusperformance/serverobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/dbus/qdbusperformance/serverobject.h')
-rw-r--r--tests/benchmarks/dbus/qdbusperformance/serverobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/dbus/qdbusperformance/serverobject.h b/tests/benchmarks/dbus/qdbusperformance/serverobject.h
index bc173aa762..857f31fec8 100644
--- a/tests/benchmarks/dbus/qdbusperformance/serverobject.h
+++ b/tests/benchmarks/dbus/qdbusperformance/serverobject.h
@@ -49,7 +49,7 @@
class ServerObject: public QObject
{
Q_OBJECT
- Q_CLASSINFO("D-Bus Interface", "com.trolltech.autotests.Performance")
+ Q_CLASSINFO("D-Bus Interface", "org.qtproject.autotests.Performance")
public:
ServerObject(const QString &objectPath, QDBusConnection conn, QObject *parent = 0)
: QObject(parent)