From 3c87ec12c23bf62d3f60a7dd64020af8e0b997ce Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:36:28 -0600 Subject: Rename additional global TQt functions --- kregexpeditor/test-without-dl/main.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kregexpeditor/test-without-dl/main.cpp') diff --git a/kregexpeditor/test-without-dl/main.cpp b/kregexpeditor/test-without-dl/main.cpp index 0094b4a..ce7e084 100644 --- a/kregexpeditor/test-without-dl/main.cpp +++ b/kregexpeditor/test-without-dl/main.cpp @@ -28,14 +28,14 @@ public: dynamic_cast(event)->state() == TQt::ControlButton ) { // Ctrl + left mouse click. - qDebug("----------------------------------------------------"); - qDebug((TQString("Widget name : ") + TQString( recv->name() )).latin1() ); - qDebug((TQString("Widget class: ") + TQString( recv->className() )).latin1() ); - qDebug("\nObject info:"); + tqDebug("----------------------------------------------------"); + tqDebug((TQString("Widget name : ") + TQString( recv->name() )).latin1() ); + tqDebug((TQString("Widget class: ") + TQString( recv->className() )).latin1() ); + tqDebug("\nObject info:"); recv->dumpObjectInfo(); - qDebug("\nObject tree:"); + tqDebug("\nObject tree:"); recv->dumpObjectTree(); - qDebug("----------------------------------------------------"); + tqDebug("----------------------------------------------------"); return false; } return false; -- cgit v1.2.3