diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-12-28 16:50:41 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-28 16:50:41 +0100 |
commit | faa7f72c417b4ccd9b794b32b988312186d62e59 (patch) | |
tree | 19a4db56f1526e073ce87a0c05a0923d5a6e442f /src/kspellplugin.h | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-faa7f72c417b4ccd9b794b32b988312186d62e59.tar.xz |
Krazy Fixes, first shot
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 |