summaryrefslogtreecommitdiffstats
path: root/kolf/objects
diff options
context:
space:
mode:
Diffstat (limited to 'kolf/objects')
-rw-r--r--kolf/objects/test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/objects/test/test.cpp b/kolf/objects/test/test.cpp
index b7ef7a75..4d57b387 100644
--- a/kolf/objects/test/test.cpp
+++ b/kolf/objects/test/test.cpp
@@ -39,7 +39,7 @@ void Test::advance(int phase)
if (count % m_switchEvery == 0)
{
// random color
- const TQColor myColor((TQRgb)(kapp->random() % 0x01000000));
+ const TQColor myColor((TQRgb)(tdeApp->random() % 0x01000000));
// set the brush, so our shape is drawn
// with the random color