summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/dbus/qdbusperformance/serverobject.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-04-20 14:34:15 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-22 21:32:24 +0200
commitc4a457f8e48cbd6202da7c567988975b568615c0 (patch)
tree9946236db98507d4fef8dc9d8b028ef834b53661 /tests/benchmarks/dbus/qdbusperformance/serverobject.h
parent910b446fb22c9c5ab3cc65d4025efc5102d0c45e (diff)
Replace com.trolltech with org.qtproject in D-Bus's performance tests
I had missed these, apparently. Task-number: QTBUG-23274 Change-Id: I6455dc34b18ec9cefccfe527b3fd3ad34fb61aa3 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
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)