diff options
Diffstat (limited to 'ksirtet')
-rw-r--r-- | ksirtet/ksirtet/check_score.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirtet/ksirtet/check_score.cpp b/ksirtet/ksirtet/check_score.cpp index e748c286..e81008b9 100644 --- a/ksirtet/ksirtet/check_score.cpp +++ b/ksirtet/ksirtet/check_score.cpp @@ -15,7 +15,7 @@ int main(int argc, char **argv) TQString s = args->arg(0); bool ok; uint nb = s.toUInt(&ok); - if ( !ok ) qFatal("The argument is not an unsigned integer."); + if ( !ok ) tqFatal("The argument is not an unsigned integer."); cout << "--------------" << endl; |