diff options
Diffstat (limited to 'Swift/QtUI/QtSpellCheckerWindow.h')
-rw-r--r-- | Swift/QtUI/QtSpellCheckerWindow.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Swift/QtUI/QtSpellCheckerWindow.h b/Swift/QtUI/QtSpellCheckerWindow.h index 7b63318..0e43ddd 100644 --- a/Swift/QtUI/QtSpellCheckerWindow.h +++ b/Swift/QtUI/QtSpellCheckerWindow.h @@ -4,12 +4,18 @@ * See Documentation/Licenses/BSD-simplified.txt for more information. */ -#pragma once +/* + * Copyright (c) 2016 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. + */ -#include "ui_QtSpellCheckerWindow.h" +#pragma once #include <QDialog> +#include <Swift/QtUI/ui_QtSpellCheckerWindow.h> + namespace Swift { class SettingsProvider; class QtSpellCheckerWindow : public QDialog, protected Ui::QtSpellCheckerWindow { |