From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- tdecore/ktempdir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/ktempdir.cpp') diff --git a/tdecore/ktempdir.cpp b/tdecore/ktempdir.cpp index dc443b3d5..c134914c1 100644 --- a/tdecore/ktempdir.cpp +++ b/tdecore/ktempdir.cpp @@ -80,7 +80,7 @@ KTempDir::create(const TQString &directoryPrefix, int mode) { // Recreate it for the warning, mkdtemps emptied it TQCString nme = TQFile::encodeName(directoryPrefix) + "XXXXXX"; - qWarning("KTempDir: Error trying to create %s: %s", nme.data(), strerror(errno)); + tqWarning("KTempDir: Error trying to create %s: %s", nme.data(), strerror(errno)); mError = errno; mTmpName = TQString::null; return false; -- cgit v1.2.1