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/kdebug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/kdebug.cpp') diff --git a/tdecore/kdebug.cpp b/tdecore/kdebug.cpp index 05ee2c0e7..9f2d1458c 100644 --- a/tdecore/kdebug.cpp +++ b/tdecore/kdebug.cpp @@ -99,7 +99,7 @@ static TQCString getDescrFromNum(unsigned int _num) TQFile file(filename); if (!file.open(IO_ReadOnly)) { - qWarning("Couldn't open %s", filename.local8Bit().data()); + tqWarning("Couldn't open %s", filename.local8Bit().data()); file.close(); return TQCString(); } @@ -121,7 +121,7 @@ static TQCString getDescrFromNum(unsigned int _num) continue; // We have an eof, a comment or an empty line if (ch < '0' && ch > '9') { - qWarning("Syntax error: no number (line %u)",lineNumber); + tqWarning("Syntax error: no number (line %u)",lineNumber); continue; } -- cgit v1.2.1