summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtSpellCheckerWindow.h')
-rw-r--r--Swift/QtUI/QtSpellCheckerWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtSpellCheckerWindow.h b/Swift/QtUI/QtSpellCheckerWindow.h
index 95e0725..846dcbb 100644
--- a/Swift/QtUI/QtSpellCheckerWindow.h
+++ b/Swift/QtUI/QtSpellCheckerWindow.h
@@ -21,7 +21,7 @@ namespace Swift {
class QtSpellCheckerWindow : public QDialog, protected Ui::QtSpellCheckerWindow {
Q_OBJECT
public:
- QtSpellCheckerWindow(SettingsProvider* settings, QWidget* parent = NULL);
+ QtSpellCheckerWindow(SettingsProvider* settings, QWidget* parent = nullptr);
public slots:
void handleChecker(bool state);
void handleCancel();