summaryrefslogtreecommitdiffstats
path: root/tdeprint/kmmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/kmmanager.cpp')
-rw-r--r--tdeprint/kmmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kmmanager.cpp b/tdeprint/kmmanager.cpp
index c9730adba..115f3fd02 100644
--- a/tdeprint/kmmanager.cpp
+++ b/tdeprint/kmmanager.cpp
@@ -362,7 +362,7 @@ bool KMManager::uncompressFile(const TQString& filename, TQString& destname)
if ((uchar)(buf[0]) == 037 && (uchar)(buf[1]) == 0213)
{
f.close();
- destname = locateLocal("tmp","tdeprint_") + KApplication::randomString(8);
+ destname = locateLocal("tmp","tdeprint_") + TDEApplication::randomString(8);
f.setName(destname);
if (f.open(IO_WriteOnly))