summaryrefslogtreecommitdiffstats
path: root/tdecore/krandomsequence.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/krandomsequence.h')
-rw-r--r--tdecore/krandomsequence.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/krandomsequence.h b/tdecore/krandomsequence.h
index 8fa6e3c29..256d03f17 100644
--- a/tdecore/krandomsequence.h
+++ b/tdecore/krandomsequence.h
@@ -50,7 +50,7 @@ public:
*
* @param lngSeed Seed to initialize the sequence with.
* If lngSeed is 0, the sequence is initialized with a value from
- * KApplication::random().
+ * TDEApplication::random().
*/
KRandomSequence( long lngSeed = 0 );
@@ -73,7 +73,7 @@ public:
* Restart the sequence based on lngSeed.
* @param lngSeed Seed to initialize the sequence with.
* If lngSeed is 0, the sequence is initialized with a value from
- * KApplication::random().
+ * TDEApplication::random().
*/
void setSeed( long lngSeed = 0 );