diff options
Diffstat (limited to 'src/kspellplugin.h')
-rw-r--r-- | src/kspellplugin.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/kspellplugin.h b/src/kspellplugin.h index faa83106..a6fed183 100644 --- a/src/kspellplugin.h +++ b/src/kspellplugin.h @@ -3,6 +3,7 @@ * This file is a part of the rekonq project * * Copyright (C) 2012 by Lindsay Mathieson <lindsay dot mathieson at gmail dot com> +* Copyright (C) 2012 by Andrea Diamantini <adjam7 at gmail dot com> * * * This program is free software; you can redistribute it and/or @@ -24,16 +25,16 @@ * ============================================================ */ -#ifndef TESTQWEBSPELLCHECKER_H -#define TESTQWEBSPELLCHECKER_H +#ifndef KWEBSPELLCHECKER_H +#define KWEBSPELLCHECKER_H #include <QtGlobal> #include <QtPlugin> -#include <sonnet/speller.h> -#include "qwebkitplatformplugin.h" +#include <sonnet/speller.h> +#include "qwebkitplatformplugin.h" class KWebSpellChecker : public QWebSpellChecker @@ -59,6 +60,9 @@ public: }; +// ---------------------------------------------------------------------------------- + + class KWebKitPlatformPlugin : public QObject, public QWebKitPlatformPlugin { Q_OBJECT @@ -73,4 +77,4 @@ public: }; -#endif
\ No newline at end of file +#endif // KWEBSPELLCHECKER_H |