From 6390d8ea58021f67257527cf98af5074656e0838 Mon Sep 17 00:00:00 2001 From: Johannes Troscher Date: Sun, 27 Nov 2011 12:18:33 +0100 Subject: Unifies macro style REVIEW: 103242 REVIEWED-BY: adjam --- src/webpluginfactory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webpluginfactory.h') diff --git a/src/webpluginfactory.h b/src/webpluginfactory.h index 4f6201ea..98172887 100644 --- a/src/webpluginfactory.h +++ b/src/webpluginfactory.h @@ -48,10 +48,10 @@ public: const QStringList &argumentNames, const QStringList &argumentValues) const; -signals: +Q_SIGNALS: void signalLoadClickToFlash(bool) const; -public slots: +public Q_SLOTS: void setLoadClickToFlash(bool load); private: -- cgit v1.2.1