-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 @@ | |||
1 | #include "krun.h" | ||
2 | |||
3 | bool KRun::runCommand(const QString &, const QString &, const QString &) | ||
4 | { | ||
5 | return false; | ||
6 | } | ||