-rw-r--r-- | microkde/krun.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/microkde/krun.cpp b/microkde/krun.cpp new file mode 100644 index 0000000..a170add --- a/dev/null +++ b/microkde/krun.cpp @@ -0,0 +1,6 @@ +#include "krun.h" + +bool KRun::runCommand(const QString &, const QString &, const QString &) +{ + return false; +} |