summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/test-without-dl/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/test-without-dl/main.cpp')
-rw-r--r--kregexpeditor/test-without-dl/main.cpp12
1 files changed, 6 insertions, 6 deletions
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<TQMouseEvent*>(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;