summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstyleplugin.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-01-18 14:45:55 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-19 14:28:49 +0100
commit658a239eb9263d79381d16d22b0b4b2e982ce607 (patch)
treee0686187db06f68f524987a5eb782d10623ea44c /src/widgets/styles/qstyleplugin.h
parent408a347d80f59b4127b044b9da1a9c15783cf34d (diff)
Rename all our interfaces from com.trolltech to org.qt-project
Change-Id: I6db7211fcf6b24bd75e360645bbb2fdf1ef8a8bc Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com> Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Diffstat (limited to 'src/widgets/styles/qstyleplugin.h')
-rw-r--r--src/widgets/styles/qstyleplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/styles/qstyleplugin.h b/src/widgets/styles/qstyleplugin.h
index c9a35caaa4..cddfbb5045 100644
--- a/src/widgets/styles/qstyleplugin.h
+++ b/src/widgets/styles/qstyleplugin.h
@@ -58,7 +58,7 @@ struct Q_WIDGETS_EXPORT QStyleFactoryInterface : public QFactoryInterface
virtual QStyle *create(const QString &key) = 0;
};
-#define QStyleFactoryInterface_iid "com.trolltech.Qt.QStyleFactoryInterface"
+#define QStyleFactoryInterface_iid "org.qt-project.Qt.QStyleFactoryInterface"
Q_DECLARE_INTERFACE(QStyleFactoryInterface, QStyleFactoryInterface_iid)