diff options
Diffstat (limited to 'src/webicon.h')
-rw-r--r-- | src/webicon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webicon.h b/src/webicon.h index 34afadd3..df5cc828 100644 --- a/src/webicon.h +++ b/src/webicon.h @@ -44,7 +44,7 @@ class REKONQ_TESTS_EXPORT WebIcon : public QObject public: explicit WebIcon(const KUrl &url, QObject *parent = 0); -private slots: +private Q_SLOTS: void load(); void saveIcon(bool); |