compile
[kdegraphics.git] / okular / core / script / kjs_spell_p.h
blobf255fd1f785b13af12aa013e69f51a9c391126f5
1 /***************************************************************************
2 * Copyright (C) 2008 by Pino Toscano <pino@kde.org> *
3 * Copyright (C) 2008 by Harri Porten <porten@kde.org> *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 ***************************************************************************/
11 #ifndef OKULAR_SCRIPT_KJS_SPELL_P_H
12 #define OKULAR_SCRIPT_KJS_SPELL_P_H
14 class KJSContext;
15 class KJSObject;
17 namespace Okular {
19 class JSSpell
21 public:
22 static void initType( KJSContext *ctx );
23 static KJSObject object( KJSContext *ctx );
28 #endif