summaryrefslogtreecommitdiffstats
path: root/tdecore/ktempfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/ktempfile.cpp')
-rw-r--r--tdecore/ktempfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/ktempfile.cpp b/tdecore/ktempfile.cpp
index 4632f0053..db8ba796d 100644
--- a/tdecore/ktempfile.cpp
+++ b/tdecore/ktempfile.cpp
@@ -93,7 +93,7 @@ KTempFile::create(const TQString &filePrefix, const TQString &fileExtension,
int mode)
{
// make sure the random seed is randomized
- (void) KApplication::random();
+ (void) TDEApplication::random();
TQCString ext = TQFile::encodeName(fileExtension);
TQCString nme = TQFile::encodeName(filePrefix) + "XXXXXX" + ext;