get rid of jsappletinterface

This commit is contained in:
Marco Martin 2013-02-06 18:08:25 +01:00
parent 5e54b67156
commit 4a882503a5
2 changed files with 1 additions and 25 deletions

View File

@ -484,6 +484,4 @@ QString ContainmentInterface::activityId() const
return containment()->activity();
}
#ifndef USE_JS_SCRIPTENGINE
#include "appletinterface.moc"
#endif
#include "moc_appletinterface.cpp"

View File

@ -1,22 +0,0 @@
/*
* Copyright 2010 Marco Martin <mart@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
* published by the Free Software Foundation
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details
*
* You should have received a copy of the GNU Library General Public
* License along with this program; if not, write to the
* Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#define USE_JS_SCRIPTENGINE
#include "appletinterface.cpp"
#include "appletinterface.moc"