summaryrefslogtreecommitdiff
path: root/src/adblock/adblocksettingwidget.h
diff options
context:
space:
mode:
authorMontel Laurent <montel@kde.org>2013-10-01 07:59:26 +0200
committerMontel Laurent <montel@kde.org>2013-10-01 07:59:26 +0200
commit57285a4d9bb616260bb4624106110993e90e4465 (patch)
treec759d7fddda995f3a9884f1840a6620e94c9f2bd /src/adblock/adblocksettingwidget.h
parentAdd else if (diff)
downloadrekonq-57285a4d9bb616260bb4624106110993e90e4465.tar.xz
Use const'ref
Diffstat (limited to 'src/adblock/adblocksettingwidget.h')
-rw-r--r--src/adblock/adblocksettingwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adblock/adblocksettingwidget.h b/src/adblock/adblocksettingwidget.h
index 2f0fab15..e814b85b 100644
--- a/src/adblock/adblocksettingwidget.h
+++ b/src/adblock/adblocksettingwidget.h
@@ -48,7 +48,7 @@ class AdBlockSettingWidget : public QWidget, private Ui::adblock
public:
explicit AdBlockSettingWidget(KSharedConfig::Ptr config, QWidget *parent = 0);
- bool changed();
+ bool changed() const;
Q_SIGNALS:
void changed(bool);