From 598bc036463e0904fcd30b85aade243825e6bf68 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:19:29 -0600 Subject: [PATCH] Rename additional global TQt functions --- src/triestring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/triestring.cpp b/src/triestring.cpp index 2e40b22..e07f8a7 100644 --- a/src/triestring.cpp +++ b/src/triestring.cpp @@ -442,7 +442,7 @@ void StringPool::reset() { attr_value.clear (); attr_fill.clear (); if (root_trie->first_child) { - qWarning ("Trie not empty"); + tqWarning ("Trie not empty"); dumpTrie (); } else { delete root_trie;