Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

KHUtil.h

Go to the documentation of this file.
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_ */

Generated on Sat Nov 5 16:16:43 2005 for OPIE by  doxygen 1.4.2