diff options
Diffstat (limited to 'src/webinspectorpanel.h')
-rw-r--r-- | src/webinspectorpanel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webinspectorpanel.h b/src/webinspectorpanel.h index 6f988585..70776a77 100644 --- a/src/webinspectorpanel.h +++ b/src/webinspectorpanel.h @@ -2,7 +2,7 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2010 by Matthieu Gicquel <matgic78 at gmail dot com> +* Copyright (C) 2010-2011 by Matthieu Gicquel <matgic78 at gmail dot com> * * * This program is free software; you can redistribute it and/or @@ -48,7 +48,7 @@ class REKONQ_TESTS_EXPORT WebInspectorPanel : public QDockWidget public: WebInspectorPanel(QString title, QWidget *parent); -public slots: +public Q_SLOTS: void toggle(bool enable); void changeCurrentPage(); |