summaryrefslogtreecommitdiff
path: root/src/frontend/searchdialog/analysis/csearchanalysisdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/searchdialog/analysis/csearchanalysisdialog.h')
-rw-r--r--src/frontend/searchdialog/analysis/csearchanalysisdialog.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/frontend/searchdialog/analysis/csearchanalysisdialog.h b/src/frontend/searchdialog/analysis/csearchanalysisdialog.h
index 454e105..c95875f 100644
--- a/src/frontend/searchdialog/analysis/csearchanalysisdialog.h
+++ b/src/frontend/searchdialog/analysis/csearchanalysisdialog.h
@@ -4,7 +4,7 @@
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2014 by the BibleTime developers.
+* Copyright 1999-2016 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -16,9 +16,6 @@
#include "backend/cswordmodulesearch.h"
-// Sword includes
-#include <listkey.h>
-
class CSwordModuleInfo;
class QAbstractButton;
@@ -36,14 +33,14 @@ class CSearchAnalysisDialog : public QDialog {
Q_OBJECT
public:
CSearchAnalysisDialog(const CSwordModuleSearch::Results &results,
- QWidget *parentDialog = 0);
+ QWidget *parentDialog = nullptr);
protected: // Protected methods
/**
* Initializes this dialog.
*/
void initView();
- void resizeEvent(QResizeEvent* event);
+ void resizeEvent(QResizeEvent* event) override;
private slots:
void buttonClicked(QAbstractButton* button);