summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/test-without-dl
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:28 -0600
commit3c87ec12c23bf62d3f60a7dd64020af8e0b997ce (patch)
treeaf5b4b5472d6e9ca5f87b12ceafda358b79d92c6 /kregexpeditor/test-without-dl
parente31dd7c37ff5af25163426915faddfd43327031f (diff)
downloadtdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.tar.gz
tdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.zip
Rename additional global TQt functions
Diffstat (limited to 'kregexpeditor/test-without-dl')
-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;