diff options
Diffstat (limited to 'src/kernel/qrichtext.cpp')
-rw-r--r-- | src/kernel/qrichtext.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<TQString, TQChar> *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<TQString, TQChar> *htmlMap() { if ( !html_map ) { html_map = new TQMap<TQString, TQChar>; - tqAddPostRoutine( qt_cleanup_html_map ); + tqAddPostRoutine( tqt_cleanup_html_map ); const Entity *ent = entitylist; while( ent->code ) { |