compile
[kdegraphics.git] / okular / core / script / kjs_fullscreen_p.h
blobe0f437f94714a0b332035e2c971bdc5ef7a983fd
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_FULLSCREEN_P_H
12 #define OKULAR_SCRIPT_KJS_FULLSCREEN_P_H
14 class KJSContext;
15 class KJSObject;
17 namespace Okular {
19 class JSFullscreen
21 public:
22 static void initType( KJSContext *ctx );
23 static KJSObject object( KJSContext *ctx );
28 #endif