SVN commit 991554 by mleupold: Backport of r991543: Add the keystate engine to the build which I forgot when moving it from kdereview.
While the engine currently doesn't feature a Plasmoid using it, the plan is to release one based on QtScript separately during the 4.3 release cycle. As an applet displaying the state of the modifier keys is still badly missing we decided it was important to ship this dataengine. I'm sorry for the inconveniences this causes - especially for the translation teams. CCMAIL:[email protected] CCMAIL:[email protected] CCMAIL:[email protected] A CMakeLists.txt AM Messages.sh M +1 -1 keyservice.cpp M +1 -1 keystate.cpp M +1 -1 keystate.h ** branches/KDE/4.3/kdebase/workspace/plasma/dataengines/keystate/Messages.sh #property svn:executable + * --- branches/KDE/4.3/kdebase/workspace/plasma/dataengines/keystate/keyservice.cpp #991553:991554 @@ -19,7 +19,7 @@ #include "keyservice.h" -#include "kmodifierkeyinfo.h" +#include <kmodifierkeyinfo.h> KeyService::KeyService(QObject* parent, KModifierKeyInfo *keyInfo, Qt::Key key) : Plasma::Service(parent), --- branches/KDE/4.3/kdebase/workspace/plasma/dataengines/keystate/keystate.cpp #991553:991554 @@ -20,7 +20,7 @@ #include "keystate.h" -#include "kmodifierkeyinfo.h" +#include <kmodifierkeyinfo.h> #include "keyservice.h" KeyStatesEngine::KeyStatesEngine(QObject *parent, const QVariantList &args) --- branches/KDE/4.3/kdebase/workspace/plasma/dataengines/keystate/keystate.h #991553:991554 @@ -22,7 +22,7 @@ #include <Plasma/DataEngine> -#include "kmodifierkeyinfo.h" +#include <kmodifierkeyinfo.h> /** * This engine provides the current state of the keyboard modifiers _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
