summaryrefslogtreecommitdiffstats
path: root/kmines
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:31:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:31:47 -0600
commit51cbc8705e27096dd92d545f6315091876d722c4 (patch)
tree9c27a4a8600523a26a8001305bcb25fb1e33432c /kmines
parente20152b3772dd625bcabdaec0125f857da91b775 (diff)
downloadtdegames-51cbc8705e27096dd92d545f6315091876d722c4.tar.gz
tdegames-51cbc8705e27096dd92d545f6315091876d722c4.zip
Rename additional global TQt functions
Diffstat (limited to 'kmines')
-rw-r--r--kmines/solver/testRate.cpp2
-rw-r--r--kmines/solver/testSolve.cpp2
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;