#ifndef KORN_UTILS_H
#define KORN_UTILS_H
#include <tqstring.h>
inline TQString fu(const char * s) { return TQString::fromUtf8(s); }
#endif