From 495d08bc2db58ee7fc4ea55a7158f2f61b82fc56 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 20:16:47 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslave/info/kde-info2html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kioslave/info/kde-info2html') diff --git a/kioslave/info/kde-info2html b/kioslave/info/kde-info2html index 428d65dbb..f7def60bb 100755 --- a/kioslave/info/kde-info2html +++ b/kioslave/info/kde-info2html @@ -37,7 +37,7 @@ # March 6 2003 Substitute use of absolute fixed file URLs to images with help:common URLs # for the images and style sheet. By Luis Pedro Coelho # March 9 2003 Add support for browsing by file. by Luis Pedro Coelho -# June 11 2003 Update the layout of the sides to the new infopageslayout. +# June 11 2003 Update the tqlayout of the sides to the new infopagestqlayout. # by Sven Leiber # #------------------------------------------------------- @@ -353,7 +353,7 @@ sub Tab2Space { my ($line) = @_; $line =~ s/^\t/ /; # 8 leading spaces if initial tab while ($line =~ s/^([^\t]+)(\t)/$1 . ' ' x (8 - length($1) % 8)/e) { - } # replace each tab with right num of spaces + } # tqreplace each tab with right num of spaces return $line; } @@ -797,7 +797,7 @@ sub InfoNode2HTML { while () { $LineCount++; last if /$NODEBORDER/; - #-- replace meta characters + #-- tqreplace meta characters #s/"`"([^"'"]*)"'"/""$1""/g; s/&/&/g; s/>/>/g; -- cgit v1.2.1