summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:44:56 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:44:56 +0100
commitad8ab01c115d3e1ec22ce649a54ab28609624b61 (patch)
tree2827caff6bfff03100fcb4ec47d0883d3d074649 /src/webview.h
parentCoding style (diff)
downloadrekonq-ad8ab01c115d3e1ec22ce649a54ab28609624b61.tar.xz
cppcheck round...
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h4
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();