krazy fixes
svn path=/trunk/KDE/kdebase/runtime/; revision=1067066
This commit is contained in:
parent
e9da8e52af
commit
3d468dfd5f
@ -18,8 +18,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef RUNNERSCRIPTQSCRIPT_H
|
||||
#define RUNNERSCRIPTQSCRIPT_H
|
||||
#ifndef JAVASCRIPTRUNNER_H
|
||||
#define JAVASCRIPTRUNNER_H
|
||||
|
||||
#include <QScriptValue>
|
||||
|
||||
@ -58,4 +58,4 @@ private:
|
||||
|
||||
K_EXPORT_PLASMA_RUNNERSCRIPTENGINE(qscriptrunner, JavaScriptRunner)
|
||||
|
||||
#endif // RUNNERSCRIPTQSCRIPT_H
|
||||
#endif // JAVASCRIPTRUNNER_H
|
||||
|
@ -16,9 +16,9 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "filedialogproxy.h"
|
||||
#include "animationgroup.h"
|
||||
|
||||
#include "filedialogproxy.h"
|
||||
|
||||
ParallelAnimationGroup::ParallelAnimationGroup(QObject *parent)
|
||||
: QParallelAnimationGroup(parent)
|
||||
|
@ -39,9 +39,11 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "bytearrayclass.h"
|
||||
|
||||
#include <QtScript/QScriptClassPropertyIterator>
|
||||
#include <QtScript/QScriptEngine>
|
||||
#include "bytearrayclass.h"
|
||||
|
||||
#include "bytearrayprototype.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -45,6 +45,7 @@
|
||||
#include <QtCore/QObject>
|
||||
#include <QtScript/QScriptClass>
|
||||
#include <QtScript/QScriptString>
|
||||
#include <QtScript/QScriptEngine>
|
||||
|
||||
class ByteArrayClass : public QObject, public QScriptClass
|
||||
{
|
||||
|
@ -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
|
||||
* it under the terms of the GNU Library General Public License version 2 as
|
||||
|
@ -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
|
||||
* it under the terms of the GNU Library General Public License version 2 as
|
||||
|
Loading…
Reference in New Issue
Block a user