From 8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:21:02 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- tdecore/krandomsequence.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/krandomsequence.h') 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 ); -- cgit v1.2.3