krazy fixes

svn path=/trunk/KDE/kdebase/runtime/; revision=1067066
This commit is contained in:
John Layt 2009-12-28 20:50:30 +00:00
parent e9da8e52af
commit 3d468dfd5f
6 changed files with 10 additions and 7 deletions

View File

@ -18,8 +18,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef RUNNERSCRIPTQSCRIPT_H #ifndef JAVASCRIPTRUNNER_H
#define RUNNERSCRIPTQSCRIPT_H #define JAVASCRIPTRUNNER_H
#include <QScriptValue> #include <QScriptValue>
@ -58,4 +58,4 @@ private:
K_EXPORT_PLASMA_RUNNERSCRIPTENGINE(qscriptrunner, JavaScriptRunner) K_EXPORT_PLASMA_RUNNERSCRIPTENGINE(qscriptrunner, JavaScriptRunner)
#endif // RUNNERSCRIPTQSCRIPT_H #endif // JAVASCRIPTRUNNER_H

View File

@ -16,9 +16,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#include "filedialogproxy.h"
#include "animationgroup.h" #include "animationgroup.h"
#include "filedialogproxy.h"
ParallelAnimationGroup::ParallelAnimationGroup(QObject *parent) ParallelAnimationGroup::ParallelAnimationGroup(QObject *parent)
: QParallelAnimationGroup(parent) : QParallelAnimationGroup(parent)

View File

@ -39,9 +39,11 @@
** **
****************************************************************************/ ****************************************************************************/
#include "bytearrayclass.h"
#include <QtScript/QScriptClassPropertyIterator> #include <QtScript/QScriptClassPropertyIterator>
#include <QtScript/QScriptEngine> #include <QtScript/QScriptEngine>
#include "bytearrayclass.h"
#include "bytearrayprototype.h" #include "bytearrayprototype.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -45,6 +45,7 @@
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QtScript/QScriptClass> #include <QtScript/QScriptClass>
#include <QtScript/QScriptString> #include <QtScript/QScriptString>
#include <QtScript/QScriptEngine>
class ByteArrayClass : public QObject, public QScriptClass class ByteArrayClass : public QObject, public QScriptClass
{ {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2009 Aaron J. Seigo * Copyright (c) 2009 Aaron J. Seigo <aseigo@kde.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License version 2 as * it under the terms of the GNU Library General Public License version 2 as

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2009 Aaron J. Seigo * Copyright (c) 2009 Aaron J. Seigo <aseigo@kde.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License version 2 as * it under the terms of the GNU Library General Public License version 2 as