(cherry picked from commit 12583b3ce0)
12583b3ce0
@ -27,7 +27,7 @@
#include <dnssd/servicebrowser.h>
#include <dnssd/remoteservice.h>
#else
// damned tqmoc will create slots regardless of #if macro
// damned moc will create slots regardless of #if macro
// this is hack to avoid undefined type
namespace DNSSD { namespace RemoteService { typedef int Ptr; } }
#endif