summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/krandomsequencetest.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-13 23:01:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-14 12:56:24 +0900
commit37fe70d43a8435e3a144f7acb798cd74b7ddfe81 (patch)
tree7fdb02b4a032d41ac89ad3f3a3f0d90865452c94 /tdecore/tests/krandomsequencetest.cpp
parent8ee06ec529e375693eaefa6fb68dc496d36fd367 (diff)
downloadtdelibs-37fe70d43a8435e3a144f7acb798cd74b7ddfe81.tar.gz
tdelibs-37fe70d43a8435e3a144f7acb798cd74b7ddfe81.zip
Rename TDEApplication::kApplication() to TDEApplication::tdeApplication() and kapp to tdeApp.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tests/krandomsequencetest.cpp')
-rw-r--r--tdecore/tests/krandomsequencetest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/krandomsequencetest.cpp b/tdecore/tests/krandomsequencetest.cpp
index 44f1ce15a..f83d2a80f 100644
--- a/tdecore/tests/krandomsequencetest.cpp
+++ b/tdecore/tests/krandomsequencetest.cpp
@@ -54,7 +54,7 @@ main(int argc, char *argv[])
for(int i = 0; i < 20; i++)
printf("%3ld ", seq.getLong(100));
- seq.setSeed(kapp->random());
+ seq.setSeed(tdeApp->random());
TQPtrList<TQString> list;
list.append(new TQString("A"));