summaryrefslogtreecommitdiffabout
path: root/microkde/krun.cpp
Side-by-side diff
Diffstat (limited to 'microkde/krun.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/krun.cpp6
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;
+}