summaryrefslogtreecommitdiffstats
path: root/tdecore/ktempdir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/ktempdir.cpp')
-rw-r--r--tdecore/ktempdir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/ktempdir.cpp b/tdecore/ktempdir.cpp
index c134914c1..8a4d88c2e 100644
--- a/tdecore/ktempdir.cpp
+++ b/tdecore/ktempdir.cpp
@@ -72,7 +72,7 @@ bool
KTempDir::create(const TQString &directoryPrefix, int mode)
{
// make sure the random seed is randomized
- (void) KApplication::random();
+ (void) TDEApplication::random();
TQCString nme = TQFile::encodeName(directoryPrefix) + "XXXXXX";
char *realName;