diff options
author | Johannes Troscher <fritz_van_tom@hotmail.com> | 2011-11-27 12:18:33 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-11-27 12:18:33 +0100 |
commit | 6390d8ea58021f67257527cf98af5074656e0838 (patch) | |
tree | 2defdd7055541f41da100a81aa715bfb10ce8cc9 /src/clicktoflash.h | |
parent | Merge branch 'bkGroupMidClick' (diff) | |
download | rekonq-6390d8ea58021f67257527cf98af5074656e0838.tar.xz |
Unifies macro style
REVIEW: 103242
REVIEWED-BY: adjam
Diffstat (limited to 'src/clicktoflash.h')
-rw-r--r-- | src/clicktoflash.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/clicktoflash.h b/src/clicktoflash.h index 49c866b5..d7648204 100644 --- a/src/clicktoflash.h +++ b/src/clicktoflash.h @@ -3,7 +3,7 @@ * This file is a part of the rekonq project * * Copyright (C) 2009 by Benjamin C. Meyer <ben@meyerhome.net> -* Copyright (C) 2010 by Matthieu Gicquel <matgic78@gmail.com> +* Copyright (C) 2010-2011 by Matthieu Gicquel <matgic78@gmail.com> * * * This program is free software; you can redistribute it and/or @@ -47,10 +47,10 @@ class REKONQ_TESTS_EXPORT ClickToFlash : public QWidget public: explicit ClickToFlash(const QUrl &pluginUrl, QWidget *parent = 0); -signals: +Q_SIGNALS: void signalLoadClickToFlash(bool); -private slots: +private Q_SLOTS: void load(); private: |