summaryrefslogtreecommitdiffabout
path: root/microkde/krun.h
blob: 1b63cb7b19277f8c2919d7a790106d21b9ba3f86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef MINIKDE_KRUN_H
#define MINIKDE_KRUN_H

#include <qstring.h>

class KRun
{
  public:
    static bool runCommand(const QString &a, const QString &b=QString::null,
                           const QString &c=QString::null);
};

#endif