From eb1d1e0dec5720ace27395e290b7093cd68b150d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 6 Mar 2012 20:38:40 -0600 Subject: Automated update from qt3 --- src/kernel/qrichtext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kernel/qrichtext.cpp') diff --git a/src/kernel/qrichtext.cpp b/src/kernel/qrichtext.cpp index 59f130222..42bcc9d23 100644 --- a/src/kernel/qrichtext.cpp +++ b/src/kernel/qrichtext.cpp @@ -7219,7 +7219,7 @@ static const Entity entitylist [] = { static TQMap *html_map = 0; -static void qt_cleanup_html_map() +static void tqt_cleanup_html_map() { delete html_map; html_map = 0; @@ -7229,7 +7229,7 @@ static TQMap *htmlMap() { if ( !html_map ) { html_map = new TQMap; - tqAddPostRoutine( qt_cleanup_html_map ); + tqAddPostRoutine( tqt_cleanup_html_map ); const Entity *ent = entitylist; while( ent->code ) { -- cgit v1.2.1