summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/charselector.cpp
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/charselector.cpp
parente31dd7c37ff5af25163426915faddfd43327031f (diff)
downloadtdeutils-3c87ec12.tar.gz
tdeutils-3c87ec12.zip
Rename additional global TQt functions
Diffstat (limited to 'kregexpeditor/charselector.cpp')
-rw-r--r--kregexpeditor/charselector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/charselector.cpp b/kregexpeditor/charselector.cpp
index 04c6f5d..4eb9ada 100644
--- a/kregexpeditor/charselector.cpp
+++ b/kregexpeditor/charselector.cpp
@@ -141,7 +141,7 @@ void CharSelector::setText( TQString text )
else if ( text.at(1) == TQChar('v') )
slotNewItem(9);
else {
- qWarning("Warning %s:%d Unknown escape %s", __FILE__, __LINE__, text.latin1() );
+ tqWarning("Warning %s:%d Unknown escape %s", __FILE__, __LINE__, text.latin1() );
}
}
else {