00001 #ifndef MINIKDE_KRUN_H 00002 #define MINIKDE_KRUN_H 00003 00004 #include <qstring.h> 00005 00006 class KRun 00007 { 00008 public: 00009 static bool runCommand(const QString &a, const QString &b=QString::null, 00010 const QString &c=QString::null); 00011 }; 00012 00013 #endif
1.4.2