some janitoring

svn path=/trunk/KDE/kdebase/runtime/; revision=1120759
This commit is contained in:
Aaron J. Seigo 2010-04-29 22:00:19 +00:00
parent 90f6563936
commit 47406f1250
3 changed files with 1 additions and 4 deletions

View File

@ -53,7 +53,7 @@ ScriptEnv::ScriptEnv(QObject *parent, QScriptEngine *engine)
// Add an accessor so we can find the scriptenv given only the engine. The // Add an accessor so we can find the scriptenv given only the engine. The
// property is hidden from scripts. // property is hidden from scripts.
global.setProperty("__plasma_scriptenv", m_engine->newQObject(this), global.setProperty("__plasma_scriptenv", m_engine->newQObject(this),
QScriptValue::ReadOnly|QScriptValue::Undeletable|QScriptValue::SkipInEnumeration); QScriptValue::ReadOnly|QScriptValue::Undeletable|QScriptValue::SkipInEnumeration);
} }
ScriptEnv::~ScriptEnv() ScriptEnv::~ScriptEnv()

View File

@ -18,8 +18,6 @@
#include "animationgroup.h" #include "animationgroup.h"
#include "filedialogproxy.h"
ParallelAnimationGroup::ParallelAnimationGroup(QObject *parent) ParallelAnimationGroup::ParallelAnimationGroup(QObject *parent)
: QParallelAnimationGroup(parent) : QParallelAnimationGroup(parent)
{ {

View File

@ -16,7 +16,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#include "filedialogproxy.h"
#ifndef ANIMATIONGROUP_H #ifndef ANIMATIONGROUP_H
#define ANIMATIONGROUP_H #define ANIMATIONGROUP_H