summaryrefslogtreecommitdiffstats
path: root/src/triestring.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-01 13:19:29 -0600
committerTimothy Pearson <[email protected]>2012-03-01 13:19:29 -0600
commit598bc036463e0904fcd30b85aade243825e6bf68 (patch)
tree164d3de478c9a41f0f084897700c3862270525bc /src/triestring.cpp
parentad96e18e5139783b7cf816c96eea7be59507eada (diff)
downloadkmplayer-598bc036463e0904fcd30b85aade243825e6bf68.tar.gz
kmplayer-598bc036463e0904fcd30b85aade243825e6bf68.zip
Rename additional global TQt functions
Diffstat (limited to 'src/triestring.cpp')
-rw-r--r--src/triestring.cpp2
1 files changed, 1 insertions, 1 deletions
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;