Git commit c7aaed9d0fb0d48495210a43fc34024dae6f84e5 by Friedrich W. H. Koss= ebau. Committed on 31/01/2018 at 22:24. Pushed by kossebau into branch 'master'. [dictionary runner] Use own copy of config id string M +3 -1 runners/dictionary/dictionaryrunner.cpp https://commits.kde.org/kdeplasma-addons/c7aaed9d0fb0d48495210a43fc34024dae= 6f84e5 diff --git a/runners/dictionary/dictionaryrunner.cpp b/runners/dictionary/d= ictionaryrunner.cpp index c1cd4d2bf..9a5dc1d07 100644 --- a/runners/dictionary/dictionaryrunner.cpp +++ b/runners/dictionary/dictionaryrunner.cpp @@ -3,10 +3,12 @@ */ = #include "dictionaryrunner.h" -#include "dictionaryrunner_config.h" + #include #include = +static const char CONFIG_TRIGGERWORD[] =3D "triggerWord"; + DictionaryRunner::DictionaryRunner(QObject *parent, const QVariantList &ar= gs) : AbstractRunner(parent, args) {