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/charselector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kregexpeditor/charselector.cpp') 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 { -- cgit v1.2.1