00001 #ifndef _KHUTIL_H_ 00002 #define _KHUTIL_H_ 00003 00004 #include <qstring.h> 00005 #include <qstringlist.h> 00006 00007 class KHUtil 00008 { 00009 public: 00010 static int hex2int(const QString& hexstr, bool* ok=NULL); 00011 static const QStringList parseArgs(const QString& arguments); 00012 static const QString currentApp(); 00013 }; 00014 00015 #endif /* _KHUTIL_H_ */
1.4.2