diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-20 18:26:11 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-03 21:44:11 +0900 |
| commit | 02ed3f2d62dfb2efb4f3610ca96098341518483f (patch) | |
| tree | 7156180f5dd4044ad1614ddf50407c1cc3e516bf /kgeography/src/boxasker.cpp | |
| parent | 0b13a7b9e0f99415119eef29f05c54a01e5ec90a (diff) | |
| download | tdeedu-02ed3f2d62dfb2efb4f3610ca96098341518483f.tar.gz tdeedu-02ed3f2d62dfb2efb4f3610ca96098341518483f.zip | |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kgeography/src/boxasker.cpp')
| -rw-r--r-- | kgeography/src/boxasker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgeography/src/boxasker.cpp b/kgeography/src/boxasker.cpp index 76535874..fa1cdb1b 100644 --- a/kgeography/src/boxasker.cpp +++ b/kgeography/src/boxasker.cpp @@ -71,7 +71,7 @@ void boxAsker::nextQuestionHook(const TQString &division) auxList << division; // we put the division in a random place - p_position = (int)((float)4 * kapp -> random() / (RAND_MAX + 1.0)); + p_position = (int)((float)4 * tdeApp -> random() / (RAND_MAX + 1.0)); nextBoxAskerQuestionHook(division, p_position, true); // we put other 3 names |
