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/protocolhandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/protocolhandler.h') diff --git a/src/protocolhandler.h b/src/protocolhandler.h index a7041d33..a4ee61e4 100644 --- a/src/protocolhandler.h +++ b/src/protocolhandler.h @@ -65,10 +65,10 @@ public: */ bool postHandling(const QNetworkRequest &request, QWebFrame *frame); -signals: +Q_SIGNALS: void downloadUrl(const KUrl &); -private slots: +private Q_SLOTS: void showResults(const KFileItemList &); void slotMostLocalUrlResult(KJob *); -- cgit v1.2.1