diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:31:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:31:47 -0600 |
commit | 51cbc8705e27096dd92d545f6315091876d722c4 (patch) | |
tree | 9c27a4a8600523a26a8001305bcb25fb1e33432c /kmines/solver | |
parent | e20152b3772dd625bcabdaec0125f857da91b775 (diff) | |
download | tdegames-51cbc8705e27096dd92d545f6315091876d722c4.tar.gz tdegames-51cbc8705e27096dd92d545f6315091876d722c4.zip |
Rename additional global TQt functions
Diffstat (limited to 'kmines/solver')
-rw-r--r-- | kmines/solver/testRate.cpp | 2 | ||||
-rw-r--r-- | kmines/solver/testSolve.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kmines/solver/testRate.cpp b/kmines/solver/testRate.cpp index 7fa9e90f..e7a4c8c1 100644 --- a/kmines/solver/testRate.cpp +++ b/kmines/solver/testRate.cpp @@ -10,7 +10,7 @@ int main(int argc, char *argv[]) { if ( argc!=4 ) - qFatal("Arguments: width height nbMines"); + tqFatal("Arguments: width height nbMines"); long seed = time(0); cout << "seed = " << seed << endl; diff --git a/kmines/solver/testSolve.cpp b/kmines/solver/testSolve.cpp index 61b7e570..27bb59c1 100644 --- a/kmines/solver/testSolve.cpp +++ b/kmines/solver/testSolve.cpp @@ -10,7 +10,7 @@ int main(int argc, char *argv[]) { if ( argc!=4 ) - qFatal("Arguments: width height nbMines"); + tqFatal("Arguments: width height nbMines"); long seed = time(0); cout << "seed = " << seed << endl; |