summaryrefslogtreecommitdiff
path: root/src/protocolhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocolhandler.h')
-rw-r--r--src/protocolhandler.h4
1 files changed, 2 insertions, 2 deletions
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 *);