summaryrefslogtreecommitdiff
path: root/noncore/applets/keyhelper/keyhelperapplet/misc/KHUtil.h
blob: a92a1b2d78d6315a408788f61f73d88d2c388e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _KHUTIL_H_
#define _KHUTIL_H_

#include <qstring.h>
#include <qstringlist.h>

class KHUtil
{
public:
	static int hex2int(const QString& hexstr, bool* ok=NULL);
	static const QStringList parseArgs(const QString& arguments);
	static const QString currentApp();
};

#endif /* _KHUTIL_H_ */