From 59ea7131b34cafad6181711d490cceafe0d0e87b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:41 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- ktux/spritemisc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ktux') diff --git a/ktux/spritemisc.cpp b/ktux/spritemisc.cpp index 4b239a6..80a1a2f 100644 --- a/ktux/spritemisc.cpp +++ b/ktux/spritemisc.cpp @@ -21,7 +21,7 @@ int SpriteRange::random() const if (mMax != mMin) { - val = (KApplication::random()%(mMax-mMin)) + mMin; + val = (TDEApplication::random()%(mMax-mMin)) + mMin; } return val; -- cgit v1.2.1