summaryrefslogtreecommitdiff
path: root/noncore/applets/keyhelper/keyhelperapplet/misc/KHUtil.h
Unidiff
Diffstat (limited to 'noncore/applets/keyhelper/keyhelperapplet/misc/KHUtil.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/keyhelper/keyhelperapplet/misc/KHUtil.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/noncore/applets/keyhelper/keyhelperapplet/misc/KHUtil.h b/noncore/applets/keyhelper/keyhelperapplet/misc/KHUtil.h
new file mode 100644
index 0000000..a92a1b2
--- a/dev/null
+++ b/noncore/applets/keyhelper/keyhelperapplet/misc/KHUtil.h
@@ -0,0 +1,15 @@
1#ifndef _KHUTIL_H_
2#define _KHUTIL_H_
3
4#include <qstring.h>
5#include <qstringlist.h>
6
7class KHUtil
8{
9public:
10 static int hex2int(const QString& hexstr, bool* ok=NULL);
11 static const QStringList parseArgs(const QString& arguments);
12 static const QString currentApp();
13};
14
15#endif /* _KHUTIL_H_ */