From faa7f72c417b4ccd9b794b32b988312186d62e59 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 28 Dec 2012 16:50:41 +0100 Subject: Krazy Fixes, first shot --- src/kspellplugin.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/kspellplugin.h') 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 +* Copyright (C) 2012 by Andrea Diamantini * * * 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 #include -#include -#include "qwebkitplatformplugin.h" +#include +#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 -- cgit v1.2.1