--- a/src/misc.cc Tue Jan 07 12:06:12 2014 +0200 +++ b/src/misc.cc Tue Jan 07 12:21:46 2014 +0200 @@ -148,7 +148,7 @@ // ============================================================================= // ----------------------------------------------------------------------------- -bool numeric (const str& tok) +bool numeric (const QString& tok) { bool gotDot = false; @@ -283,7 +283,7 @@ // ============================================================================= // ----------------------------------------------------------------------------- -str join (initlist<StringFormatArg> vals, str delim) +QString join (initlist<StringFormatArg> vals, QString delim) { QStringList list;