diff --git a/plasma/runnercontext.h b/plasma/runnercontext.h index 69341bfc..18523752 100644 --- a/plasma/runnercontext.h +++ b/plasma/runnercontext.h @@ -53,7 +53,6 @@ public: NetworkLocation = 8, Executable = 16, ShellCommand = 32, - Help = 64, FileSystem = Directory | File | Executable | ShellCommand }; Q_DECLARE_FLAGS(Types, Type)