From 81fa4c3635a029b1c8f9cc3cd670f0b04f1c3f21 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 8 Jul 2016 11:22:40 +0200 Subject: Shorten the types to be more distinctive. The org.kde prefix is useless and possibly misleading. Simply prefixing with sink is more unique and shorter. --- examples/imapresource/imapresource.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/imapresource') diff --git a/examples/imapresource/imapresource.h b/examples/imapresource/imapresource.h index 0c3b541..534a04e 100644 --- a/examples/imapresource/imapresource.h +++ b/examples/imapresource/imapresource.h @@ -26,7 +26,7 @@ #include //TODO: a little ugly to have this in two places, once here and once in Q_PLUGIN_METADATA -#define PLUGIN_NAME "org.kde.imap" +#define PLUGIN_NAME "sink.imap" class ImapMailAdaptorFactory; class ImapFolderAdaptorFactory; @@ -56,7 +56,7 @@ private: class ImapResourceFactory : public Sink::ResourceFactory { Q_OBJECT - Q_PLUGIN_METADATA(IID "org.kde.imap") + Q_PLUGIN_METADATA(IID "sink.imap") Q_INTERFACES(Sink::ResourceFactory) public: -- cgit v1.2.3