diff options
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webview.h b/src/webview.h index 7f981abb..b954c17e 100644 --- a/src/webview.h +++ b/src/webview.h @@ -66,7 +66,7 @@ protected: void wheelEvent(QWheelEvent *event); void dropEvent(QDropEvent *event); -private slots: +private Q_SLOTS: void search(); void printFrame(); @@ -87,7 +87,7 @@ private slots: void stopScrolling(); void changeWindowIcon(); -signals: +Q_SIGNALS: void loadUrl(const KUrl &, const Rekonq::OpenType &); void zoomChanged(int); void openPreviousInHistory(); |