From 313fa28dc5e72d738faec49ff14fa5aed4a7fcd4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:37:05 -0600 Subject: Rename additional global TQt functions --- kdevdesigner/designer/project.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdevdesigner/designer/project.cpp') diff --git a/kdevdesigner/designer/project.cpp b/kdevdesigner/designer/project.cpp index 1410361d..e14aa5aa 100644 --- a/kdevdesigner/designer/project.cpp +++ b/kdevdesigner/designer/project.cpp @@ -1008,7 +1008,7 @@ void Project::loadConnections() dbConnections.append( conn ); } } else { - qDebug( TQString("Parse error: ") + errMsg + TQString(" in line %d"), errLine ); + tqDebug( TQString("Parse error: ") + errMsg + TQString(" in line %d"), errLine ); } f.close(); } @@ -1543,7 +1543,7 @@ TQString Project::locationOfObject( TQObject *o ) extern TQMap *qwf_forms; if ( !qwf_forms ) { - qWarning( "Project::locationOfObject: qwf_forms is NULL!" ); + tqWarning( "Project::locationOfObject: qwf_forms is NULL!" ); return TQString(); } -- cgit v1.2.3